Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9730b5b06fee7ffd1f0150855f03cf319c0e004f
/
kernel
9730b5b
kernel/params.c: fix lying comment for param_array()
by Bert Wesarg
· 18 years ago
a5c43da
Fix race between cat /proc/slab_allocators and rmmod
by Alexey Dobriyan
· 18 years ago
9d65cb4
Fix race between cat /proc/*/wchan and rmmod et al
by Alexey Dobriyan
· 18 years ago
ffb4512
Simplify kallsyms_lookup()
by Alexey Dobriyan
· 18 years ago
ea07890
Fix race between rmmod and cat /proc/kallsyms
by Alexey Dobriyan
· 18 years ago
ae84e32
Simplify module_get_kallsym() by dropping length arg
by Alexey Dobriyan
· 18 years ago
b73a7e7
Fix kevent's childs priority greediness
by Jan Engelhardt
· 18 years ago
6672f76
kdump/kexec: calculate note size at compile time
by Simon Horman
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
04c9167
add touch_all_softlockup_watchdogs()
by Jeremy Fitzhardinge
· 18 years ago
966812d
Ignore stolen time in the softlockup watchdog
by Jeremy Fitzhardinge
· 18 years ago
8524070
Move timekeeping code to timekeeping.c
by john stultz
· 18 years ago
f75d222
IRQ: check for PERCPU flag only when adding first irqaction
by Ahmed S. Darwish
· 18 years ago
6e453a6
Add support for deferrable timers
by Venki Pallipadi
· 18 years ago
d2d9433
kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_unique()
by Dmitry Adamushko
· 18 years ago
dd9037a
Fix race between attach_task and cpuset_exit
by Srivatsa Vaddagiri
· 18 years ago
1eeb66a
move die notifier handling to common code
by Christoph Hellwig
· 18 years ago
e386979
kprobes: fix sparse NULL warning
by Randy Dunlap
· 18 years ago
69331af
Fixes and cleanups for earlyprintk aka boot console
by Gerd Hoffmann
· 18 years ago
72c1bbf
futex: restartable futex_wait
by Nick Piggin
· 18 years ago
9adef58
futex: get_futex_key, get_key_refs and drop_key_refs
by Rusty Russell
· 18 years ago
5096add
proc: maps protection
by Kees Cook
· 18 years ago
753e9c5
Optimize timespec_trunc()
by Eric Dumazet
· 18 years ago
6f8bc500
rcutorture: Mark rcu_torture_init as __init
by Josh Triplett
· 18 years ago
e3222c4
Merge sys_clone()/sys_unshare() nsproxy and namespace handling
by Badari Pulavarty
· 18 years ago
ee527cd
Use stop_machine_run in the Intel RNG driver
by Prarit Bhargava
· 18 years ago
6d4f9c5
module: use krealloc
by Pekka Enberg
· 18 years ago
02fb614
softlockup: s/99/MAX_RT_PRIO/
by Oleg Nesterov
· 18 years ago
1065d13
freezer: task->exit_state should be treated as bolean
by Oleg Nesterov
· 18 years ago
ab1b6f0
simplify the stacktrace code
by Christoph Hellwig
· 18 years ago
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
Next »