summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Revert "perf: Add PM notifiers to fix CPU hotplug races"Linus Torvalds2011-11-031-95/+2
* memcg: replace ss->id_lock with a rwlockAndrew Bresticker2011-11-021-9/+9
* sysctl: add support for poll()Lucas De Marchi2011-11-022-0/+25
* cpusets: avoid looping when storing to mems_allowed if one node remains setDavid Rientjes2011-11-021-3/+6
* cgroups: don't attach task to subsystem if migration failedBen Blum2011-11-021-6/+9
* cgroups: more safe tasklist locking in cgroup_attach_procBen Blum2011-11-021-3/+3
* Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-6/+6
|\
| * Merge branch 'dt/gic' into next/dtArnd Bergmann2011-10-3110-30/+564
| |\
| | * irq: support domains with non-zero hwirq baseRob Herring2011-10-311-6/+6
| | * Merge remote-tracking branch 'rmk/devel-stable' into HEADRob Herring2011-10-249-24/+558
| | |\
* | | \ Merge branch 'akpm' (Andrew's incoming)Linus Torvalds2011-10-319-25/+54
|\ \ \ \
| * | | | kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-10-311-6/+6
| * | | | printk: remove bounds checking for log_prefixWilliam Douglas2011-10-311-3/+0
| * | | | printk: fix bounds checking for log_prefixWilliam Douglas2011-10-311-1/+1
| * | | | printk: add console_suspend module parameterYanmin Zhang2011-10-311-0/+4
| * | | | printk: add module parameter ignore_loglevel to control ignore_loglevelYanmin Zhang2011-10-311-0/+3
| * | | | kernel/sysctl.c: add cap_last_cap to /proc/sys/kernelDan Ballard2011-10-311-0/+9
| * | | | watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTLVasily Averin2011-10-311-2/+2
| * | | | stop_machine: make stop_machine safe and efficient to call earlyJeremy Fitzhardinge2011-10-311-0/+22
| * | | | mm: distinguish between mlocked and pinned pagesChristoph Lameter2011-10-311-3/+3
| * | | | oom: remove oom_disable_countDavid Rientjes2011-10-312-11/+1
| * | | | Cross Memory AttachChristopher Yeoh2011-10-311-0/+4
* | | | | [S390] sparse: fix sparse warnings about missing prototypesMartin Schwidefsky2011-10-301-8/+0
* | | | | [S390] kdump: Add infrastructure for unmapping crashkernel memoryMichael Holzheu2011-10-301-2/+19
* | | | | [S390] kdump: Initialize vmcoreinfo note at startupMichael Holzheu2011-10-301-9/+9
* | | | | [S390] kdump: Add size to elfcorehdr kernel parameterMichael Holzheu2011-10-301-0/+11
* | | | | [S390] kdump: Add KEXEC_CRASH_CONTROL_MEMORY_LIMITMichael Holzheu2011-10-301-1/+1
|/ / / /
* | | | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-291-0/+4
|\ \ \ \
| * | | | irq: Add EXPORT_SYMBOL_GPL to function of irq generic-chipNobuhiro Iwamatsu2011-10-241-0/+4
* | | | | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-283-0/+238
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platform...Russell King2011-10-235-23/+319
| |\ \ \ \
| * \ \ \ \ Merge branch 'for_3_2/for-rmk/arm_cpu_pm' of git://gitorious.org/omap-sw-deve...Russell King2011-09-263-0/+238
| |\ \ \ \ \
| | * | | | | cpu_pm: call notifiers during suspendColin Cross2011-09-231-0/+33
| | * | | | | cpu_pm: Add cpu power management notifiersColin Cross2011-09-233-0/+205
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stableRussell King2011-09-213-33/+95
| |\| | | |
| * | | | | perf: provide PMU when initing eventsMark Rutland2011-08-311-2/+2
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-10-2610-214/+365
|\ \ \ \ \ \
| * | | | | | time: Change jiffies_to_clock_t() argument type to unsigned longhank2011-09-211-1/+1
| * | | | | | alarmtimers: Fix error handlingThomas Gleixner2011-09-141-10/+31
| * | | | | | clocksource: Make watchdog reset locklessThomas Gleixner2011-09-131-20/+18
| * | | | | | posix-cpu-timers: Cure SMP accounting odditiesPeter Zijlstra2011-09-082-26/+3
| * | | | | | clockevents: Add direct ktime programming functionMartin Schwidefsky2011-09-081-0/+4
| * | | | | | clockevents: Make minimum delay adjustments configurableMartin Schwidefsky2011-09-086-93/+121
| * | | | | | nohz: Remove "Switched to NOHz mode" debugging messagesHeiko Carstens2011-09-081-5/+1
| * | | | | | nohz: Make idle/iowait counter update conditionalMichal Hocko2011-09-081-6/+35
| * | | | | | nohz: Fix update_ts_time_stat idle accountingMichal Hocko2011-09-081-4/+4
| * | | | | | alarmtimers: Rework RTC device selection using class interfaceJohn Stultz2011-08-101-38/+40
| * | | | | | alarmtimers: Add try_to_cancel functionalityJohn Stultz2011-08-101-6/+37
| * | | | | | alarmtimers: Add more refined alarm state trackingJohn Stultz2011-08-101-7/+14
| * | | | | | alarmtimers: Remove period from alarm structureJohn Stultz2011-08-101-16/+14