summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* printk,kdb: capture printk() when in kdb shellJason Wessel2010-05-204-4/+35
* kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel2010-05-201-0/+16
* kgdb: Add the ability to schedule a breakpoint via a taskletJason Wessel2010-05-201-0/+26
* x86,kgdb: Add low level debug hookJason Wessel2010-05-201-1/+1
* kgdb: remove post_primary_code referencesJason Wessel2010-05-201-8/+0
* kgdboc,keyboard: Keyboard driver for kdb with kgdbJason Wessel2010-05-202-0/+213
* kgdb: gdb "monitor" -> kdb passthroughJason Wessel2010-05-205-6/+34
* kgdb,8250,pl011: Return immediately from console pollJason Wessel2010-05-203-6/+43
* kgdb: core changes to support kdbJason Wessel2010-05-203-17/+150
* kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-205-2/+86
* kdb: core for kgdb back end (1 of 2)Jason Wessel2010-05-2011-0/+5854
* Separate the gdbstub from the debug coreJason Wessel2010-05-204-957/+1029
* Move kernel/kgdb.c to kernel/debug/debug_core.cJason Wessel2010-05-203-1/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-201-1/+22
|\
| * Merge commit 'v2.6.34' into nextDmitry Torokhov2010-05-1914-38/+108
| |\
| * | Input: implement SysRq as a separate input handlerDmitry Torokhov2010-04-131-1/+22
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2010-04-2383-483/+856
| |\ \ \
| * | | | Fix typos in commentsThomas Weber2010-03-161-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-05-208-431/+456
|\ \ \ \ \
| * | | | | PM: PM QOS update fixMark Gross2010-05-171-12/+14
| * | | | | Freezer / cgroup freezer: Update stale locking commentsMatt Helsley2010-05-101-8/+13
| * | | | | PM QOS updateMark Gross2010-05-101-111/+103
| * | | | | PM / Hibernate: Fix block_io.c printk warningRandy Dunlap2010-05-101-2/+2
| * | | | | PM / Hibernate: Group swap opsJiri Slaby2010-05-101-43/+74
| * | | | | PM / Hibernate: Move the first_sector out of swsusp_writeJiri Slaby2010-05-101-38/+38
| * | | | | PM / Hibernate: Separate block_ioJiri Slaby2010-05-104-112/+139
| * | | | | PM / Hibernate: Snapshot cleanupJiri Slaby2010-05-104-120/+88
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-05-201-1/+35
|\ \ \ \ \ \
| * | | | | | workqueue: change cancel_work_sync() to clear work->dataOleg Nesterov2010-04-301-1/+11
| * | | | | | workqueue: warn about flush_scheduled_work()Alan Stern2010-04-301-0/+24
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2010-05-204-54/+5
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'next' into for-linusJames Morris2010-05-184-54/+5
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into nextJames Morris2010-05-061-1/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into nextJames Morris2010-05-0660-202/+338
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | security: remove dead hook acctEric Paris2010-04-121-15/+5
| | * | | | | | | | | security: remove dead hook task_setgroupsEric Paris2010-04-121-6/+0
| | * | | | | | | | | security: remove dead hook task_setgidEric Paris2010-04-121-16/+0
| | * | | | | | | | | security: remove dead hook task_setuidEric Paris2010-04-121-15/+0
| | * | | | | | | | | security: remove dead hook cred_commitEric Paris2010-04-121-2/+0
* | | | | | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-05-197-286/+312
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | clocksource: Add clocksource_register_hz/khz interfaceJohn Stultz2010-05-101-0/+48
| * | | | | | | | | | | posix-cpu-timers: Optimize run_posix_cpu_timers()Stanislaw Gruszka2010-05-101-51/+29
| * | | | | | | | | | | Merge branch 'linus' into timers/coreThomas Gleixner2010-05-1077-413/+755
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | time: Remove xtime_cacheJohn Stultz2010-04-131-19/+16
| * | | | | | | | | | | hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIMECarsten Emde2010-04-061-26/+41
| * | | | | | | | | | | timers: Introduce the concept of timer slack for legacy timersArjan van de Ven2010-04-061-0/+56
| * | | | | | | | | | | ntp: Make time_adjust staticJohn Stultz2010-03-231-1/+1
| * | | | | | | | | | | Merge branch 'linus' into timers/coreIngo Molnar2010-03-1532-223/+902
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | timer: Try to survive timer callback preempt_count leakThomas Gleixner2010-03-121-3/+9
OpenPOWER on IntegriCloud