Sign in
android-kvm
/
linux
/
a61f334fd2864b9b040f7e882726426ed7e8a317
/
kernel
56f99bc
swsusp: free more memory
by Rafael J. Wysocki
· 18 years ago
9b95e43
swsusp: fix snapshot_release
by Rafael J. Wysocki
· 18 years ago
a7ee2e5
kconfig: mention 'hibernation' not just swsusp
by David Brownell
· 18 years ago
f0ced9b
power management: change /sys/power/disk display
by Johannes Berg
· 18 years ago
ab3bfca
remove software_suspend()
by Johannes Berg
· 18 years ago
d1d241c
swsusp: use rbtree for tracking allocated swap
by Rafael J. Wysocki
· 18 years ago
0709db6
swsusp: use GFP_KERNEL for creating basic data structures
by Rafael J. Wysocki
· 18 years ago
1525a2a
swsusp: fix error paths in snapshot_open
by Rafael J. Wysocki
· 18 years ago
74dfd66
swsusp: do not use page flags
by Rafael J. Wysocki
· 18 years ago
7be9823
swsusp: use inline functions for changing page flags
by Rafael J. Wysocki
· 18 years ago
433ecb4
fix refrigerator() vs thaw_process() race
by Oleg Nesterov
· 18 years ago
7324328
Return EPERM not ECHILD on security_task_wait failure
by Roland McGrath
· 18 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
0a31bd5
KMEM_CACHE(): simplify slab cache creation
by Christoph Lameter
· 18 years ago
c596d9f
cpusets: allow TIF_MEMDIE threads to allocate anywhere
by David Rientjes
· 18 years ago
476f353
Safer nr_node_ids and nr_node_ids determination and initial values
by Christoph Lameter
· 18 years ago
ea62ccd
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
by Linus Torvalds
· 18 years ago
5b33991
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 18 years ago
7fe3730
MSI: arch must connect the irq and the msi_desc
by Michael Ellerman
· 18 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
d6dd61c
[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction
by Jeremy Fitzhardinge
· 18 years ago
b6e3590
[PATCH] x86: Allow percpu variables to be page-aligned
by Jeremy Fitzhardinge
· 18 years ago
b00742d3
[PATCH] x86-64: Account for module percpu space separately from kernel percpu
by Jeremy Fitzhardinge
· 18 years ago
1b29c16
[PATCH] x86-64: do not use virt_to_page on kernel data address
by Vivek Goyal
· 18 years ago
49c3df6
[PATCH] x86: Move swsusp __pa() dependent code to arch portion
by Vivek Goyal
· 18 years ago
9684e51
power management: force pm_ops.valid callback to be assigned
by Johannes Berg
· 18 years ago
e8c9c50
power management: implement pm_ops.valid for everybody
by Johannes Berg
· 18 years ago
11d77d0
power management: remove firmware disk mode
by Johannes Berg
· 18 years ago
fe0c935a
rework pm_ops pm_disk_mode, kill misuse
by Johannes Berg
· 18 years ago
42e3808
Extend print_symbol capability
by Robert Peterson
· 18 years ago
8cdfb29
libata/IDE: remove combined mode quirk
by Jeff Garzik
· 18 years ago
b8b8fd2
[NET]: Fix networking compilation errors
by David Howells
· 18 years ago
d868772
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 18 years ago
240936e
mod_sysfs_setup() doesn't return errno when kobject_add_dir() failure occurs
by Akinobu Mita
· 18 years ago
a53c46d
s2ram: add arch irq disable/enable hooks
by Johannes Berg
· 18 years ago
39bc89f
make SysRq-T show all tasks again
by Ingo Molnar
· 18 years ago
e19dff1
[AF_RXRPC]: Make it possible to merely try to cancel timers from a module
by David Howells
· 18 years ago
af65bdf
[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
by Patrick McHardy
· 18 years ago
85795d6
[TCP] tcp_probe: improvements for net-2.6.22
by Stephen Hemminger
· 18 years ago
b529ccf
[NETLINK]: Introduce nlmsg_hdr() helper
by Arnaldo Carvalho de Melo
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
641b9e0
[NET_SCHED]: Use ktime as clocksource
by Patrick McHardy
· 18 years ago
b7aa0bf
[NET]: convert network timestamps to ktime_t
by Eric Dumazet
· 18 years ago
91fcd41
Allow reading tainted flag as user
by Bastian Blank
· 18 years ago
fe20e58
[PATCH] fix kernel oops with badly formatted module option
by Randy Dunlap
· 18 years ago
d354d2f
sched.c: Remove unused variable 'relative'
by Linus Torvalds
· 18 years ago
35f6f75
[PATCH] sched: get rid of p->children use in show_task()
by Ingo Molnar
· 18 years ago
7f30e49
[PATCH] irq-devres: fix failure path of devm_request_irq()
by Tejun Heo
· 18 years ago
995f054
[PATCH] high-res timers: resume fix
by Ingo Molnar
· 18 years ago
98de9e3
[PATCH] fix jiffies clocksource inittime
by john stultz
· 18 years ago
c75fd0e
[PATCH] swsusp: fix memory shrinker
by Rafael J. Wysocki
· 18 years ago
456a09d
[PATCH] kernel/time.c: add missing symbol exports
by Thomas Bittermann
· 18 years ago
1d64b9c
[PATCH] Fix microcode-related suspend problem
by Rafael J. Wysocki
· 18 years ago
0c84ce2
[PATCH] driver core: fix built-in drivers sysfs links
by Kay Sievers
· 18 years ago
14e9d57
[PATCH] pid: Properly detect orphaned process groups in exit_notify
by Eric W. Biederman
· 18 years ago
935c631
[PATCH] hrtimers: fix reprogramming SMP race
by Ingo Molnar
· 18 years ago
436ce71
[PATCH] Revert "swsusp: disable nonboot CPUs before entering platform suspend"
by Rafael J. Wysocki
· 18 years ago
d62ac21
[PATCH] ntp: avoid time_offset overflows
by john stultz
· 18 years ago
291bc04
[PATCH] clockevents: remove bad designed sysfs support for now
by Thomas Gleixner
· 18 years ago
948ac6d
[PATCH] clocksource: Fix thinko in watchdog selection
by Thomas Gleixner
· 18 years ago
9501b6c
[PATCH] dynticks: fix hrtimer rounding error in next_timer_interrupt
by Thomas Gleixner
· 18 years ago
0444b30
[PATCH] time: fix formatting in /proc/timer_list
by James Morris
· 18 years ago
9c35dd7
[PATCH] lockdep: debug_show_all_locks & debug_show_held_locks vs. debug_locks
by Jarek Poplawski
· 18 years ago
058560f
[PATCH] fix extra BIOS invocation during resume
by Pavel Machek
· 18 years ago
93c9a7ff
[PATCH] swsusp: Fix SNAPSHOT_S2RAM ioctl
by Rafael J. Wysocki
· 18 years ago
cd05a1f
[PATCH] clockevents: Fix suspend/resume to disk hangs
by Thomas Gleixner
· 18 years ago
e29e175
[PATCH] initialise pi_lock if CONFIG_RT_MUTEXES=N
by Zilvinas Valinskas
· 18 years ago
21778867
[PATCH] futex: PI state locking fix
by Ingo Molnar
· 18 years ago
b257bc0
[PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS mode
by Andrew Johnson
· 18 years ago
ad28d94
[PATCH] hrtimer: fix up unlocked access to wall_to_monotonic
by Thomas Gleixner
· 18 years ago
13788cc
[PATCH] hrtimer: prevent overrun DoS in hrtimer_forward()
by Thomas Gleixner
· 18 years ago
9498513
[PATCH] swsusp: disable nonboot CPUs before entering platform suspend
by Rafael J. Wysocki
· 18 years ago
886c595
[PATCH] swsusp: Fix resume error path in platform mode
by Rafael J. Wysocki
· 18 years ago
c4823bc
[PATCH] fix deadlock in audit_log_task_context()
by Al Viro
· 18 years ago
161e232b
Revert "driver core: refcounting fix"
by Greg Kroah-Hartman
· 18 years ago
d694c16
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 18 years ago
c7276fd
[PATCH] kconfig: Update swsusp description
by Rafael J. Wysocki
· 18 years ago
d6ad671
[PATCH] Publish rcutorture module parameters via sysfs, read-only
by Josh Triplett
· 18 years ago
90675a2
[PATCH] fix vsyscall settimeofday
by Daniel Walker
· 18 years ago
f895385
[PATCH] highres: do not run the TIMER_SOFTIRQ after switching to highres mode
by Thomas Gleixner
· 18 years ago
6321dd6
[PATCH] Save/restore periodic tick information over suspend/resume
by Thomas Gleixner
· 18 years ago
e81ce1f
[PATCH] timer/hrtimer: take per cpu locks in sane order
by Heiko Carstens
· 18 years ago
6bb74df
[PATCH] clocksource init adjustments (fix bug #7426)
by john stultz
· 18 years ago
69f7c0a
[PATCH] sched: remove SMT nice
by Con Kolivas
· 18 years ago
5c36e65
sysctl: Support vdso_enabled sysctl on SH.
by Paul Mundt
· 18 years ago
7355690
[PATCH] sched: fix SMT scheduler bug
by Ingo Molnar
· 18 years ago
1499993
[PATCH] fix section mismatch warning in lockdep
by Sam Ravnborg
· 18 years ago
93a6fef
[PATCH] fix the SYSCTL=n compilation
by Adrian Bunk
· 18 years ago
c1e16aa
[PATCH] Fix posix-cpu-timer breakage caused by stale p->last_ran value
by Thomas Gleixner
· 18 years ago
05fb6bf
[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
by Randy Dunlap
· 18 years ago
9d634631
[PATCH] update timekeeping_is_continuous comment
by Daniel Walker
· 18 years ago
b0138a6
Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6
by Linus Torvalds
· 18 years ago
5313a20
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/tick-2.6
by Linus Torvalds
· 18 years ago
a7538a7
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 18 years ago
3494c16
[TICK] tick-common: Fix one-shot handling in tick_handle_periodic().
by David S. Miller
· 18 years ago
9e203bc
[TIME] tick-sched: Add missing asm/irq_regs.h include.
by David S. Miller
· 18 years ago
2a786b4
[PATCH] genirq: Mask irqs when migrating them.
by Eric W. Biederman
· 18 years ago
dfff0a0
Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent"
by Greg Kroah-Hartman
· 18 years ago
4541ac9
make kernel/kmod.c:kmod_mk static
by Adrian Bunk
· 18 years ago
9c372d0
power management: no valid states w/o pm_ops
by Johannes Berg
· 18 years ago
Next »