summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-255-92/+108
|\
| * MODSIGN: Simplify Makefile with a Kconfig helperMichal Marek2013-01-251-19/+3
| * module: clean up load_module a little more.Rusty Russell2013-01-211-39/+68
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-214-33/+31
| * module: printk message when module signature fail taints kernel.Rusty Russell2013-01-211-1/+6
* | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-241-6/+19
|\ \
| * | sched: Bail out of yield_to when source and target runqueue has one taskPeter Zijlstra2013-01-291-6/+19
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-233-94/+329
|\ \ \
| * | | burying unused conditionalsAl Viro2013-02-141-12/+0
| * | | make do_sigaltstack() staticAl Viro2013-02-141-1/+1
| * | | switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro2013-02-031-2/+0
| * | | new helper: signal_setup_done()Al Viro2013-02-031-0/+9
| * | | convert futex compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro2013-02-031-9/+10
| * | | generic sys_sigaction() and compat_sys_sigaction()Al Viro2013-02-031-0/+78
| * | | generic sys_compat_rt_sigaction()Al Viro2013-02-031-0/+49
| * | | switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINEAl Viro2013-02-031-4/+3
| * | | switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINEAl Viro2013-02-032-12/+16
| * | | switch compat_sys_sigprocmask to COMPAT_SYSCALL_DEFINEAl Viro2013-02-031-3/+3
| * | | switch compat_sys_rt_sigtimedwait to COMPAT_SYSCALL_DEFINEAl Viro2013-02-031-5/+3
| * | | old sigsuspend variants in kernel/signal.cAl Viro2013-02-031-0/+17
| * | | generic compat_sys_rt_sigqueueinfo()Al Viro2013-02-031-13/+32
| * | | generic compat_sys_rt_sigpending()Al Viro2013-02-031-17/+35
| * | | generic compat_sys_rt_sigprocmask()Al Viro2013-02-032-1/+53
| * | | consolidate rt_sigsuspend()Al Viro2013-02-032-18/+23
| * | | sanitize rt_sigaction() situation a bitAl Viro2013-02-031-2/+2
| * | | switch compat_sys_[gs]etitimer(2) to COMPAT_SYSCALL_DEFINEAl Viro2013-02-031-5/+5
* | | | Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds2013-02-232-10/+19
|\ \ \ \
| * | | | 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 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-225-28/+27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | futex: Revert "futex: Mark get_robust_list as deprecated"Thomas Gleixner2013-02-192-4/+0
| * | | | ntp: Make ntp_lock rawThomas Gleixner2013-02-191-13/+13
| * | | | lockdep: Print more info when MAX_LOCK_DEPTH is exceededBen Greear2013-02-191-1/+6
| * | | | watchdog: Use local_clock for get_timestamp()Namhyung Kim2013-02-191-6/+4
| * | | | lockdep: Rename print_unlock_inbalance_bug() to print_unlock_imbalance_bug()Srivatsa S. Bhat2013-02-191-4/+4
* | | | | 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
| |\ \ \ \ \ \ \ \ \