summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-01-07Merge remote branch 'percpu/for-next'Stephen Rothwell
2010-01-07Merge remote branch 'tip/auto-latest'Stephen Rothwell
2010-01-07Merge remote branch 'limits/writable_limits'Stephen Rothwell
2010-01-07Merge remote branch 'fsnotify/for-next'Stephen Rothwell
2010-01-07Merge remote branch 'suspend/linux-next'Stephen Rothwell
2010-01-07Merge remote branch 'trivial/for-next'Stephen Rothwell
2010-01-07Merge remote branch 'security-testing/next'Stephen Rothwell
2010-01-07Merge remote branch 'kgdb/kgdb-next'Stephen Rothwell
2010-01-07Merge remote branch 'mtd/master'Stephen Rothwell
2010-01-07Merge remote branch 'msm/for-next'Stephen Rothwell
2010-01-06ftrace,kdb: Extend kdb to be able to dump the ftrace bufferJason Wessel
2010-01-06debug_core: Turn off tracing while in the debuggerJason Wessel
2010-01-06kms,kdb: Force unblank a console deviceJason Wessel
2010-01-06kgdboc,debug_core: Add call backs to allow kernel mode switchingJason Wessel
2010-01-06kdb,panic,debug_core: Allow the debug core to receive a panic before smp_send...Jason Wessel
2010-01-06debug_core,kdb: Allow the debug core to process a recursive debug entryJason Wessel
2010-01-06printk,kdb: capture printk() when in kdb shellJason Wessel
2010-01-06kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel
2010-01-06kgdb: Add the ability to schedule a breakpoint via a taskletJason Wessel
2010-01-06x86,kgdb: Add low level debug hookJason Wessel
2010-01-06kgdb: remove post_primary_code referencesJason Wessel
2010-01-06kgdboc,keyboard: Keyboard driver for kdb with kgdbJason Wessel
2010-01-06kgdb: gdb "monitor" -> kdb passthroughJason Wessel
2010-01-06kgdb,8250,pl011: Return immediately from console pollJason Wessel
2010-01-06kgdb: core changes to support kdbJason Wessel
2010-01-06kdb: core for kgdb back end (2 of 2)Jason Wessel
2010-01-06kdb: core for kgdb back end (1 of 2)Jason Wessel
2010-01-06kgdb: eliminate kgdb_wait(), all cpus enter the same wayJason Wessel
2010-01-06Separate the gdbstub from the debug coreJason Wessel
2010-01-06Move kernel/kgdb.c to kernel/debug/debug_core.cJason Wessel
2010-01-06x86,hw_breakpoint,kgdb: kgdb to use hw_breakpoint APIJason Wessel
2010-01-06softlockup: 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
2010-01-06SECURITY: add task_struct to setrlimitJiri Slaby
2010-01-06modules: Skip empty sections when exporting section notesBen Hutchings
2010-01-05local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.cChristoph Lameter
2010-01-05module: Use this_cpu_xx to dynamically allocate countersChristoph Lameter
2010-01-05Merge branch 'master' into percpuTejun Heo
2010-01-04PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki
2010-01-04PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki
2010-01-04Merge branch 'linus' into auto-latestIngo Molnar