summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo2013-02-231-1/+0
* sched: do not use cpu_to_node() to find an offlined cpu's node.Tang Chen2013-02-231-9/+19
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-5/+29
|\
| * x86: Add Crash kernel low reservationYinghai Lu2013-01-291-5/+29
* | Merge tag 'please-pull-misc-3.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-211-2/+7
|\ \
| * | sysctl: Enable IA64 "ignore-unaligned-usertrap" to be used cross-archVineet Gupta2013-01-091-2/+7
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-215-302/+178
|\ \ \
| * | | kernel/nsproxy.c: remove duplicate task_cred_xxx for user_nsYuanhan Liu2013-02-211-2/+1
| * | | sys_prctl(): coding-style cleanupAndrew Morton2013-02-211-145/+143
| * | | sys_prctl(): arg2 is unsigned long which is never < 0Chen Gang2013-02-211-1/+3
| * | | smp: make smp_call_function_many() use logic similar to smp_call_function_sin...Shaohua Li2013-02-211-153/+30
| * | | time: don't inline EXPORT_SYMBOL functionsGreg Kroah-Hartman2013-02-211-2/+2
| * | | compat: return -EFAULT on error in waitid()Dan Carpenter2013-02-211-1/+1
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-212-6/+21
|\ \ \ \
| * \ \ \ Merge tag 'v3.8-rc6' into next/cleanupOlof Johansson2013-02-092-10/+12
| |\ \ \ \
| * \ \ \ \ Merge tag 'v3.8-rc5' into next/cleanupOlof Johansson2013-01-2716-126/+335
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-143-8/+7
| |\ \ \ \ \
| | * | | | | clockevents: export clockevents_config_and_register for module useShawn Guo2013-01-141-0/+1
| * | | | | | Merge tag 'swarren-for-3.9-arm-timer-rework' of git://git.kernel.org/pub/scm/...Olof Johansson2013-01-081-6/+20
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | time: convert arch_gettimeoffset to a pointerStephen Warren2012-12-241-6/+20
* | | | | | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-212-0/+2
|\ \ \ \ \ \ \
| * | | | | | | kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman2013-02-042-0/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-212-7/+6
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-6/+5
| * | | | | | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-259-92/+223
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2013-01-179-34/+112
| |\ \ \ \ \ \
| * | | | | | | kernel/gcov: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-202-9/+9
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2013-02-181-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-087-19/+44
| |\ \ \ \ \ \ \ \
| * | | | | | | | | tcp: remove Appropriate Byte Count supportStephen Hemminger2013-02-051-1/+0
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-2910-98/+262
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-159-36/+79
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | softirq: reduce latenciesEric Dumazet2013-01-101-8/+9
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-207-41/+90
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'pm-assorted'Rafael J. Wysocki2013-02-157-41/+90
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| | * | | | | | | | | suspend: enable freeze timeout configuration through sysLi Fei2013-02-092-2/+29
| | * | | | | | | | | PM: Introduce suspend state PM_SUSPEND_FREEZEZhang Rui2013-02-092-14/+57
| | * | | | | | | | | PM / tracing: remove deprecated power trace APIPaul Gortmaker2013-01-262-18/+0
| | * | | | | | | | | PM: don't use [delayed_]work_pending()Tejun Heo2013-01-262-7/+4
| | | |_|/ / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'for-3.9-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-02-201-389/+483
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cpuset: drop spurious retval assignment in proc_cpuset_show()Li Zefan2013-01-151-1/+0
| * | | | | | | | | | cpuset: fix RCU lockdep splatLi Zefan2013-01-151-4/+4
| * | | | | | | | | | cpuset: remove cpuset->parentTejun Heo2013-01-071-11/+17
| * | | | | | | | | | cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre()Tejun Heo2013-01-071-75/+48
| * | | | | | | | | | cpuset: replace cgroup_mutex locking with cpuset internal lockingTejun Heo2013-01-071-81/+107
| * | | | | | | | | | cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is emptyTejun Heo2013-01-071-0/+14
| * | | | | | | | | | cpuset: pin down cpus and mems while a task is being attachedTejun Heo2013-01-071-2/+26
| * | | | | | | | | | cpuset: make CPU / memory hotplug propagation asynchronousTejun Heo2013-01-071-6/+48
| * | | | | | | | | | cpuset: drop async_rebuild_sched_domains()Tejun Heo2013-01-071-60/+16
OpenPOWER on IntegriCloud