Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | kernel/sysctl.c: add cap_last_cap to /proc/sys/kernel | Dan Ballard | 2011-10-31 | 1 | -0/+9 | |
| * | | | | | | | watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTL | Vasily Averin | 2011-10-31 | 1 | -2/+2 | |
| * | | | | | | | stop_machine: make stop_machine safe and efficient to call early | Jeremy Fitzhardinge | 2011-10-31 | 1 | -0/+22 | |
| * | | | | | | | mm: distinguish between mlocked and pinned pages | Christoph Lameter | 2011-10-31 | 1 | -3/+3 | |
| * | | | | | | | oom: remove oom_disable_count | David Rientjes | 2011-10-31 | 2 | -11/+1 | |
| * | | | | | | | Cross Memory Attach | Christopher Yeoh | 2011-10-31 | 1 | -0/+4 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | [S390] sparse: fix sparse warnings about missing prototypes | Martin Schwidefsky | 2011-10-30 | 1 | -8/+0 | |
* | | | | | | | [S390] kdump: Add infrastructure for unmapping crashkernel memory | Michael Holzheu | 2011-10-30 | 1 | -2/+19 | |
* | | | | | | | [S390] kdump: Initialize vmcoreinfo note at startup | Michael Holzheu | 2011-10-30 | 1 | -9/+9 | |
* | | | | | | | [S390] kdump: Add size to elfcorehdr kernel parameter | Michael Holzheu | 2011-10-30 | 1 | -0/+11 | |
* | | | | | | | [S390] kdump: Add KEXEC_CRASH_CONTROL_MEMORY_LIMIT | Michael Holzheu | 2011-10-30 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-10-29 | 1 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | irq: Add EXPORT_SYMBOL_GPL to function of irq generic-chip | Nobuhiro Iwamatsu | 2011-10-24 | 1 | -0/+4 | |
* | | | | | | | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 2011-10-28 | 3 | -0/+238 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platform... | Russell King | 2011-10-23 | 5 | -23/+319 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'for_3_2/for-rmk/arm_cpu_pm' of git://gitorious.org/omap-sw-deve... | Russell King | 2011-09-26 | 3 | -0/+238 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | cpu_pm: call notifiers during suspend | Colin Cross | 2011-09-23 | 1 | -0/+33 | |
| | * | | | | | | | cpu_pm: Add cpu power management notifiers | Colin Cross | 2011-09-23 | 3 | -0/+205 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stable | Russell King | 2011-09-21 | 3 | -33/+95 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| * | | | | | | | perf: provide PMU when initing events | Mark Rutland | 2011-08-31 | 1 | -2/+2 | |
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-10-26 | 10 | -214/+365 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | time: Change jiffies_to_clock_t() argument type to unsigned long | hank | 2011-09-21 | 1 | -1/+1 | |
| * | | | | | | | | alarmtimers: Fix error handling | Thomas Gleixner | 2011-09-14 | 1 | -10/+31 | |
| * | | | | | | | | clocksource: Make watchdog reset lockless | Thomas Gleixner | 2011-09-13 | 1 | -20/+18 | |
| * | | | | | | | | posix-cpu-timers: Cure SMP accounting oddities | Peter Zijlstra | 2011-09-08 | 2 | -26/+3 | |
| * | | | | | | | | clockevents: Add direct ktime programming function | Martin Schwidefsky | 2011-09-08 | 1 | -0/+4 | |
| * | | | | | | | | clockevents: Make minimum delay adjustments configurable | Martin Schwidefsky | 2011-09-08 | 6 | -93/+121 | |
| * | | | | | | | | nohz: Remove "Switched to NOHz mode" debugging messages | Heiko Carstens | 2011-09-08 | 1 | -5/+1 | |
| * | | | | | | | | nohz: Make idle/iowait counter update conditional | Michal Hocko | 2011-09-08 | 1 | -6/+35 | |
| * | | | | | | | | nohz: Fix update_ts_time_stat idle accounting | Michal Hocko | 2011-09-08 | 1 | -4/+4 | |
| * | | | | | | | | alarmtimers: Rework RTC device selection using class interface | John Stultz | 2011-08-10 | 1 | -38/+40 | |
| * | | | | | | | | alarmtimers: Add try_to_cancel functionality | John Stultz | 2011-08-10 | 1 | -6/+37 | |
| * | | | | | | | | alarmtimers: Add more refined alarm state tracking | John Stultz | 2011-08-10 | 1 | -7/+14 | |
| * | | | | | | | | alarmtimers: Remove period from alarm structure | John Stultz | 2011-08-10 | 1 | -16/+14 | |
| * | | | | | | | | alarmtimers: Remove interval cap limit hack | John Stultz | 2011-08-10 | 1 | -9/+0 | |
| * | | | | | | | | alarmtimers: Add alarm_forward functionality | John Stultz | 2011-08-10 | 1 | -1/+36 | |
| * | | | | | | | | alarmtimers: Push rearming peroidic timers down into alamrtimer handler | John Stultz | 2011-08-10 | 1 | -7/+13 | |
| * | | | | | | | | alarmtimers: Change alarmtimer functions to return alarmtimer_restart values | John Stultz | 2011-08-10 | 1 | -4/+9 | |
* | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-10-26 | 9 | -326/+1404 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | sched: Don't use tasklist_lock for debug prints | Thomas Gleixner | 2011-10-06 | 1 | -2/+2 | |
| * | | | | | | | | | sched: Warn on rt throttling | Thomas Gleixner | 2011-10-06 | 1 | -0/+1 | |
| * | | | | | | | | | sched: Unify the ->cpus_allowed mask copy | Peter Zijlstra | 2011-10-06 | 2 | -7/+3 | |
| * | | | | | | | | | sched: Wrap scheduler p->cpus_allowed access | Peter Zijlstra | 2011-10-06 | 3 | -12/+12 | |
| * | | | | | | | | | sched: Request for idle balance during nohz idle load balance | Suresh Siddha | 2011-10-06 | 2 | -5/+7 | |
| * | | | | | | | | | sched: Use resched IPI to kick off the nohz idle balance | Suresh Siddha | 2011-10-06 | 2 | -22/+28 | |
| * | | | | | | | | | sched: Fix idle_cpu() | Thomas Gleixner | 2011-10-04 | 1 | -1/+14 | |
| * | | | | | | | | | sched: Convert to struct llist | Peter Zijlstra | 2011-10-04 | 1 | -38/+10 | |
| * | | | | | | | | | llist: Add llist_next() | Peter Zijlstra | 2011-10-04 | 1 | -1/+1 | |
| * | | | | | | | | | irq_work: Use llist in the struct irq_work logic | Huang Ying | 2011-10-04 | 1 | -58/+33 | |
| * | | | | | | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2011-10-04 | 10 | -53/+43 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | |