summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-01-13Merge branch 'quilt/driver-core'Stephen Rothwell
2010-01-13Merge remote branch 'percpu/for-next'Stephen Rothwell
2010-01-13Merge remote branch 'tip/auto-latest'Stephen Rothwell
2010-01-13Merge remote branch 'limits/writable_limits'Stephen Rothwell
2010-01-13Merge remote branch 'fsnotify/for-next'Stephen Rothwell
2010-01-13Merge remote branch 'suspend/linux-next'Stephen Rothwell
2010-01-13Merge remote branch 'trivial/for-next'Stephen Rothwell
2010-01-13Merge remote branch 'security-testing/next'Stephen Rothwell
2010-01-13Merge remote branch 'kgdb/kgdb-next'Stephen Rothwell
2010-01-13Merge remote branch 'crypto/master'Stephen Rothwell
2010-01-13Merge remote branch 'mtd/master'Stephen Rothwell
2010-01-13Merge remote branch 'msm/for-next'Stephen Rothwell
2010-01-11kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen
2010-01-11cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()Dave Anderson
2010-01-11kmod: fix resource leak in call_usermodehelper_pipe()Masami Hiramatsu
2010-01-11sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen
2010-01-09PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki
2010-01-09PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki
2010-01-09ftrace,kdb: Extend kdb to be able to dump the ftrace bufferJason Wessel
2010-01-09debug_core: Turn off tracing while in the debuggerJason Wessel
2010-01-09kms,kdb: Force unblank a console deviceJason Wessel
2010-01-09kgdboc,debug_core: Add call backs to allow kernel mode switchingJason Wessel
2010-01-09kdb,panic,debug_core: Allow the debug core to receive a panic before smp_send...Jason Wessel
2010-01-09debug_core,kdb: Allow the debug core to process a recursive debug entryJason Wessel
2010-01-09printk,kdb: capture printk() when in kdb shellJason Wessel
2010-01-09kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel
2010-01-09kgdb: Add the ability to schedule a breakpoint via a taskletJason Wessel
2010-01-09x86,kgdb: Add low level debug hookJason Wessel
2010-01-09kgdb: remove post_primary_code referencesJason Wessel
2010-01-09kgdboc,keyboard: Keyboard driver for kdb with kgdbJason Wessel
2010-01-09kgdb: gdb "monitor" -> kdb passthroughJason Wessel
2010-01-09kgdb,8250,pl011: Return immediately from console pollJason Wessel
2010-01-09kgdb: core changes to support kdbJason Wessel
2010-01-09kdb: core for kgdb back end (2 of 2)Jason Wessel
2010-01-09kdb: core for kgdb back end (1 of 2)Jason Wessel
2010-01-09kgdb: eliminate kgdb_wait(), all cpus enter the same wayJason Wessel
2010-01-09Separate the gdbstub from the debug coreJason Wessel
2010-01-09Move kernel/kgdb.c to kernel/debug/debug_core.cJason Wessel
2010-01-09x86,hw_breakpoint,kgdb: kgdb to use hw_breakpoint APIJason Wessel
2010-01-09softlockup: add sched_clock_tick() to avoid kernel warning on kgdb resumeJason Wessel
2010-01-06x86: add ia32 compat prlimit syscallsJiri Slaby
2010-01-06COMPAT: add get/put_compat_rlimitJiri Slaby
2010-01-06compat: use do_setrlimit in compat_sys_setrlimitJiri Slaby
2010-01-06core: implement getprlimit and setprlimit syscallsJiri Slaby
2010-01-06core: do security check under task_lockJiri Slaby
2010-01-06core: optimize setrlimit for current taskJiri Slaby
2010-01-06core: allow setrlimit to non-current tasksJiri Slaby
2010-01-06core: split sys_setrlimitJiri Slaby
2010-01-06sys_setrlimit: make sure ->rlim_max never growsOleg Nesterov
2010-01-06core: add task_struct to update_rlimit_cpuJiri Slaby