aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | | | | | | timer: Split out timer function callThomas Gleixner2010-03-121-36/+36
| * | | | | | | | | | | | timer: Print function name for timer callbacks modifying preemption countUwe Kleine-König2010-03-121-5/+2
| * | | | | | | | | | | | time: Clean up warp_clock()John Stultz2010-03-121-6/+5
| * | | | | | | | | | | | cpu-timers: Avoid iterating over all threads in fastpath_timer_check()Stanislaw Gruszka2010-03-121-7/+7
| * | | | | | | | | | | | cpu-timers: Change SIGEV_NONE timer implementationStanislaw Gruszka2010-03-121-22/+6
| * | | | | | | | | | | | cpu-timers: Return correct previous timer reload valueStanislaw Gruszka2010-03-121-2/+3
| * | | | | | | | | | | | cpu-timers: Cleanup arm_timer()Stanislaw Gruszka2010-03-121-69/+35
| * | | | | | | | | | | | cpu-timers: Simplify RLIMIT_CPU handlingStanislaw Gruszka2010-03-121-48/+27
* | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-193-33/+119
|\ \ \ \ \ \ \ \ \ \ \ \ \