aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-24
|\
| * sched: Bail out of yield_to when source and target runqueue has one taskPeter Zijlstra2013-01-29
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-23
|\ \
| * | burying unused conditionalsAl Viro2013-02-14
| * | make do_sigaltstack() staticAl Viro2013-02-14
| * | switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro2013-02-03
| * | new helper: signal_setup_done()Al Viro2013-02-03
| * | convert futex compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro2013-02-03
| * | generic sys_sigaction() and compat_sys_sigaction()Al Viro2013-02-03
| * | generic sys_compat_rt_sigaction()Al Viro2013-02-03
| * | switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINEAl Viro2013-02-03
| * | switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINEAl Viro2013-02-03
| * | switch compat_sys_sigprocmask to COMPAT_SYSCALL_DEFINEAl Viro2013-02-03
| * | switch compat_sys_rt_sigtimedwait to COMPAT_SYSCALL_DEFINEAl Viro2013-02-03
| * | old sigsuspend variants in kernel/signal.cAl Viro2013-02-03
| * | generic compat_sys_rt_sigqueueinfo()Al Viro2013-02-03
| * | generic compat_sys_rt_sigpending()Al Viro2013-02-03
| * | generic compat_sys_rt_sigprocmask()Al Viro2013-02-03
| * | consolidate rt_sigsuspend()Al Viro2013-02-03
| * | sanitize rt_sigaction() situation a bitAl Viro2013-02-03
| * | switch compat_sys_[gs]etitimer(2) to COMPAT_SYSCALL_DEFINEAl Viro2013-02-03
* | | Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds2013-02-23
|\ \ \
| * | | page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo2013-02-23
| * | | sched: do not use cpu_to_node() to find an offlined cpu's node.Tang Chen2013-02-23
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-22
|\ \ \ \ | |/ / / |/| | |
| * | | futex: Revert "futex: Mark get_robust_list as deprecated"Thomas Gleixner2013-02-19
| * | | ntp: Make ntp_lock rawThomas Gleixner2013-02-19
| * | | lockdep: Print more info when MAX_LOCK_DEPTH is exceededBen Greear2013-02-19
| * | | watchdog: Use local_clock for get_timestamp()Namhyung Kim2013-02-19
| * | | lockdep: Rename print_unlock_inbalance_bug() to print_unlock_imbalance_bug()Srivatsa S. Bhat2013-02-19
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-21
|\ \ \ \
| * | | | x86: Add Crash kernel low reservationYinghai Lu2013-01-29
* | | | | Merge tag 'please-pull-misc-3.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-21
|\ \ \ \ \
| * | | | | sysctl: Enable IA64 "ignore-unaligned-usertrap" to be used cross-archVineet Gupta2013-01-09
* | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-21
|\ \ \ \ \ \
| * | | | | | kernel/nsproxy.c: remove duplicate task_cred_xxx for user_nsYuanhan Liu2013-02-21
| * | | | | | sys_prctl(): coding-style cleanupAndrew Morton2013-02-21
| * | | | | | sys_prctl(): arg2 is unsigned long which is never < 0Chen Gang2013-02-21
| * | | | | | smp: make smp_call_function_many() use logic similar to smp_call_function_sin...Shaohua Li2013-02-21
| * | | | | | time: don't inline EXPORT_SYMBOL functionsGreg Kroah-Hartman2013-02-21
| * | | | | | compat: return -EFAULT on error in waitid()Dan Carpenter2013-02-21
* | | | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-21
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v3.8-rc6' into next/cleanupOlof Johansson2013-02-09
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v3.8-rc5' into next/cleanupOlof Johansson2013-01-28
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-14
| |\ \ \ \ \ \ \ \
| | * | | | | | | | clockevents: export clockevents_config_and_register for module useShawn Guo2013-01-14
| * | | | | | | | | Merge tag 'swarren-for-3.9-arm-timer-rework' of git://git.kernel.org/pub/scm/...Olof Johansson2013-01-08
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | time: convert arch_gettimeoffset to a pointerStephen Warren2012-12-24
* | | | | | | | | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman2013-02-04
| | |_|_|/ / / / / / | |/| | | | | | | |