| Commit message (Expand) | Author | Age | Files | Lines |
* | seqcount: Add lockdep functionality to seqcount/seqlock structures | John Stultz | 2013-11-06 | 1 | -4/+4 |
* | Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f... | Ingo Molnar | 2013-11-06 | 53 | -126/+322 |
|\ |
|
| * | Merge branch 'linus' into sched/core | Ingo Molnar | 2013-11-01 | 54 | -132/+300 |
| |\ |
|
| * | | x86: Apply the asm_volatile_goto() compiler quirk | Ingo Molnar | 2013-10-11 | 1 | -1/+1 |
| * | | Merge branch 'core/urgent' into sched/core | Ingo Molnar | 2013-10-11 | 29 | -110/+187 |
| |\ \ |
|
| * \ \ | Merge tag 'v3.12-rc4' into sched/core | Ingo Molnar | 2013-10-09 | 187 | -872/+1624 |
| |\ \ \ |
|
| * | | | | sched/wait: Make the __wait_event*() interface more friendly | Peter Zijlstra | 2013-10-04 | 1 | -10/+9 |
| * | | | | sched: Revert need_resched() to look at TIF_NEED_RESCHED | Peter Zijlstra | 2013-09-28 | 1 | -8/+0 |
| * | | | | sched, x86: Optimize the preempt_schedule() call | Peter Zijlstra | 2013-09-25 | 6 | -0/+101 |
| * | | | | sched, x86: Provide a per-cpu preempt_count implementation | Peter Zijlstra | 2013-09-25 | 10 | -17/+124 |
| * | | | | sched: Extract the basic add/sub preempt_count modifiers | Peter Zijlstra | 2013-09-25 | 2 | -5/+4 |
| * | | | | sched, arch: Create asm/preempt.h | Peter Zijlstra | 2013-09-25 | 30 | -0/+30 |
| * | | | | sched, idle: Fix the idle polling state logic | Peter Zijlstra | 2013-09-25 | 1 | -3/+3 |
| * | | | | x86: Use asm goto to implement better modify_and_test() functions | Peter Zijlstra | 2013-09-25 | 5 | -92/+58 |
| * | | | | sched/balancing: Periodically decay max cost of idle balance | Jason Low | 2013-09-20 | 1 | -0/+1 |
| * | | | | sched/balancing: Consider max cost of idle balance per sched domain | Jason Low | 2013-09-20 | 1 | -0/+1 |
* | | | | | Merge tag 'v3.12' into core/locking to pick up mutex upates | Ingo Molnar | 2013-11-06 | 201 | -737/+1267 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2013-11-03 | 3 | -7/+8 |
| |\ \ \ \ \ |
|
| | * | | | | | MIPS: ralink: fix return value check in rt_timer_probe() | Wei Yongjun | 2013-10-31 | 1 | -1/+1 |
| | * | | | | | MIPS: malta: Fix GIC interrupt offsets | Markos Chandras | 2013-10-30 | 1 | -4/+5 |
| | * | | | | | MIPS: Perf: Fix 74K cache map | Deng-Cheng Zhu | 2013-10-29 | 1 | -2/+2 |
| * | | | | | | ARC: Incorrect mm reference used in vmalloc fault handler | Vineet Gupta | 2013-11-02 | 1 | -3/+3 |
| * | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-11-01 | 2 | -5/+5 |
| |\ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| | * | | | | | perf/x86: Fix NMI measurements | Peter Zijlstra | 2013-10-29 | 2 | -5/+5 |
| | |/ / / / |
|
| * | | | | | Merge branch 'akpm' (fixes from Andrew Morton) | Linus Torvalds | 2013-10-30 | 1 | -1/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | percpu: fix this_cpu_sub() subtrahend casting for unsigneds | Greg Thelen | 2013-10-30 | 1 | -1/+2 |
| * | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-10-30 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | KVM: Fix modprobe failure for kvm_intel/kvm_amd | Tim Gardner | 2013-10-30 | 1 | -1/+1 |
| | |/ / / / / |
|
| * / / / / / | uml: check length in exitcode_proc_write() | Dan Carpenter | 2013-10-30 | 1 | -1/+3 |
| |/ / / / / |
|
| * | | | | | Merge tag 'xtensa-next-20131015' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 2013-10-28 | 3 | -21/+33 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | xtensa: Cocci spatch "noderef" | Thomas Meyer | 2013-10-16 | 1 | -1/+2 |
| | * | | | | xtensa: don't use alternate signal stack on threads | Baruch Siach | 2013-10-15 | 1 | -1/+1 |
| | * | | | | xtensa: fix fast_syscall_spill_registers_fixup | Max Filippov | 2013-10-15 | 1 | -19/+30 |
| * | | | | | parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAM | Helge Deller | 2013-10-27 | 1 | -0/+4 |
| * | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-10-25 | 1 | -5/+4 |
| |\ \ \ \ \ |
|
| | * | | | | | ARM: integrator: deactivate timer0 on the Integrator/CP | Linus Walleij | 2013-10-13 | 1 | -5/+4 |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2013-10-23 | 6 | -28/+30 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | s390/time: correct use of store clock fast | Martin Schwidefsky | 2013-10-22 | 4 | -25/+25 |
| | * | | | | | | s390/compat,signal: fix return value of copy_siginfo_(to|from)_user32() | Heiko Carstens | 2013-10-15 | 1 | -2/+2 |
| | * | | | | | | s390/mm,kvm: fix software dirty bits vs. kvm for old machines | Martin Schwidefsky | 2013-10-15 | 1 | -1/+3 |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-10-23 | 5 | -6/+19 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | net: fix unsafe set_memory_rw from softirq | Alexei Starovoitov | 2013-10-07 | 5 | -6/+19 |
| * | | | | | | | | parisc: enable DEVTMPFS, DEVTMPFS_MOUNT and BLK_DEV_INITRD in defconfigs | Helge Deller | 2013-10-19 | 6 | -0/+14 |
| * | | | | | | | | Revert "parisc: Export flush_cache_page() (needed by lustre)" | Helge Deller | 2013-10-19 | 1 | -1/+0 |
| * | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-10-18 | 2 | -1/+2 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | x86: Update UV3 hub revision ID | Russ Anderson | 2013-10-15 | 1 | -1/+1 |
| | * | | | | | | | | x86/microcode: Correct Kconfig dependencies | Borislav Petkov | 2013-10-14 | 1 | -0/+1 |
| | | |_|_|/ / / /
| | |/| | | | | | |
|
| * | | | | | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-10-15 | 1 | -3/+0 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Revert "ARM: init: add support for reserved memory defined by device tree" | Marek Szyprowski | 2013-10-15 | 1 | -3/+0 |
| | |/ / / / / / / |
|
| * | | | | | | | | Merge branch 'fixes-for-v3.12' of git://git.linaro.org/people/mszyprowski/lin... | Linus Torvalds | 2013-10-15 | 1 | -15/+28 |
| |\ \ \ \ \ \ \ \ |
|