aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-08-07block: unify flags for struct bio and struct requestGravatar Christoph Hellwig 2-13/+16
2010-08-07block: remove wrappers for request type/flagsGravatar Christoph Hellwig 1-5/+5
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsGravatar David Howells 1-0/+25
2010-07-27dynamic debug: move ddebug_remove_module() down into free_module()Gravatar Jason Baron 1-1/+3
2010-07-21sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionGravatar Jason Wessel 1-2/+1
2010-07-21debug_core,kdb: fix kgdb_connected bit set in the wrong placeGravatar Jason Wessel 1-1/+1
2010-07-21Fix merge regression from external kdb to upstream kdbGravatar Jason Wessel 1-0/+1
2010-07-21repair gdbstub to match the gdbserial protocol specificationGravatar Jason Wessel 1-6/+3
2010-07-21kdb: break out of kdb_ll() when command is terminatedGravatar Martin Hicks 1-0/+3
2010-07-19kmemleak: Add support for NO_BOOTMEM configurationsGravatar Catalin Marinas 1-0/+6
2010-07-04module: initialize module dynamic debug laterGravatar Yehuda Sadeh 1-8/+15
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-10/+10
2010-07-01sched: Cure nr_iowait_cpu() usersGravatar Peter Zijlstra 2-10/+10
2010-06-30futex: futex_find_get_task remove credentails checkGravatar Michal Hocko 1-13/+4
2010-06-29kexec: fix Oops in crash_shrink_memory()Gravatar Pavan Naregundi 1-3/+4
2010-06-28Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+3
2010-06-28Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+3
2010-06-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-59/+65
2010-06-28Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+1
2010-06-28Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-0/+11
2010-06-25sched: Prevent compiler from optimising the sched_avg_update() loopGravatar Will Deacon 1-0/+6
2010-06-23sched: silence PROVE_RCU in sched_fork()Gravatar Peter Zijlstra 1-0/+9
2010-06-23rcu: apply RCU protection to wake_affine()Gravatar Daniel J Blueman 1-0/+2
2010-06-18sched: Fix over-scheduling bugGravatar Alex,Shi 1-3/+0
2010-06-17nohz: Fix nohz ratelimitGravatar Peter Zijlstra 1-4/+1
2010-06-12Merge branch 'bugzilla-13931-sleep-nvs' into releaseGravatar Len Brown 4-17/+24
2010-06-10perf/tracing: Fix regression of perf losing kprobe eventsGravatar Steven Rostedt 1-1/+3
2010-06-10Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+4
2010-06-10suspend: Move NVS save/restore code to generic suspend functionalityGravatar Matthew Garrett 4-17/+24
2010-06-09genirq: Deal with desc->set_type() changing desc->chipGravatar Thomas Gleixner 1-0/+3
2010-06-08sched: Fix PROVE_RCU vs cpu_cgroupGravatar Peter Zijlstra 1-56/+59
2010-06-08perf: Fix signed comparison in perf_adjust_period()Gravatar Peter Zijlstra 1-1/+4
2010-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusGravatar Linus Torvalds 2-121/+211
2010-06-05module: fix bne2 "gave up waiting for init of module libcrc32c"Gravatar Rusty Russell 1-32/+59
2010-06-05module: verify_export_symbols under the lockGravatar Rusty Russell 1-16/+10
2010-06-05module: move find_module check to endGravatar Linus Torvalds 1-5/+7
2010-06-05module: make locking more fine-grained.Gravatar Rusty Russell 1-23/+42
2010-06-05module: Make module sysfs functions private.Gravatar Rusty Russell 1-4/+25
2010-06-05module: move sysfs exposure to end of load_moduleGravatar Rusty Russell 1-11/+36
2010-06-05module: fix kdb's illicit use of struct module_use.Gravatar Rusty Russell 2-19/+4
2010-06-05module: Make the 'usage' lists be two-wayGravatar Linus Torvalds 1-31/+48
2010-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-4/+4
2010-06-04kernel/: fix BUG_ON checks for cpu notifier callbacks direct callGravatar Akinobu Mita 2-2/+2
2010-06-04cgroups: alloc_css_id() increments hierarchy depthGravatar Greg Thelen 1-1/+1
2010-06-04sys_personality: change sys_personality() to accept "unsigned int" instead of...Gravatar Oleg Nesterov 1-9/+9
2010-06-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-25/+23
2010-06-03Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-142/+234
2010-06-03perf: Fix crash in sweventsGravatar Peter Zijlstra 1-9/+15
2010-06-03pipe: change /proc/sys/fs/pipe-max-pages to byte sized interfaceGravatar Jens Axboe 1-4/+4
2010-06-01fix cpu_chain section mismatch...Gravatar Daniel J Blueman 1-1/+1