| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-08-20 | 10 | -18/+58 |
|\ |
|
| * | x32: Use compat shims for {g,s}etsockopt | Mike Frysinger | 2012-08-18 | 1 | -2/+4 |
| * | Revert "x86-64/efi: Use EFI to deal with platform wall clock" | H. Peter Anvin | 2012-08-14 | 4 | -14/+36 |
| * | x86, apic: fix broken legacy interrupts in the logical apic mode | Suresh Siddha | 2012-08-14 | 1 | -0/+10 |
| * | x86, build: Globally set -fno-pic | Andrew Boie | 2012-08-11 | 3 | -2/+6 |
| * | x86, avx: don't use avx instructions with "noxsave" boot param | Suresh Siddha | 2012-08-08 | 1 | -0/+2 |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-08-20 | 5 | -19/+70 |
|\ \ |
|
| * | | sched: Fix migration thread runtime bogosity | Mike Galbraith | 2012-08-13 | 1 | -1/+21 |
| * | | sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttled | Mike Galbraith | 2012-08-13 | 1 | -0/+13 |
| * | | sched,cgroup: Fix up task_groups list | Mike Galbraith | 2012-08-13 | 2 | -1/+2 |
| * | | sched: fix divide by zero at {thread_group,task}_times | Stanislaw Gruszka | 2012-08-13 | 1 | -14/+20 |
| * | | sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchies | Peter Zijlstra | 2012-08-13 | 2 | -3/+14 |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-08-20 | 3 | -144/+165 |
|\ \ \ |
|
| * | | | perf/x86: disable PEBS on a guest entry. | Gleb Natapov | 2012-08-13 | 1 | -1/+9 |
| * | | | perf/x86: Add Intel Westmere-EX uncore support | Yan, Zheng | 2012-08-13 | 2 | -33/+68 |
| * | | | perf/x86: Fixes for Nehalem-EX uncore driver | Yan, Zheng | 2012-08-13 | 2 | -109/+87 |
| * | | | perf, x86: Fix uncore_types_exit section mismatch | Borislav Petkov | 2012-08-13 | 1 | -1/+1 |
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-08-20 | 1 | -2/+9 |
|\ \ \ \ |
|
| * | | | | mutex: Place lock in contended state after fastpath_lock failure | Will Deacon | 2012-08-13 | 1 | -2/+9 |
| |/ / / |
|
* | | | | vfs: missed source of ->f_pos races | Al Viro | 2012-08-20 | 1 | -2/+8 |
* | | | | Merge branch 'alpha' (alpha architecture patches) | Linus Torvalds | 2012-08-19 | 21 | -1176/+177 |
|\ \ \ \ |
|
| * | | | | alpha: Fix fall-out from disintegrating asm/system.h | Michael Cree | 2012-08-19 | 1 | -0/+1 |
| * | | | | Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts | Mel Gorman | 2012-08-19 | 1 | -2/+2 |
| * | | | | alpha: fix fpu.h usage in userspace | Mike Frysinger | 2012-08-19 | 1 | -0/+2 |
| * | | | | alpha/mm/fault.c: Port OOM changes to do_page_fault | Kautuk Consul | 2012-08-19 | 1 | -6/+30 |
| * | | | | alpha: take kernel_execve() out of entry.S | Al Viro | 2012-08-19 | 3 | -53/+19 |
| * | | | | alpha: take a bunch of syscalls into osf_sys.c | Al Viro | 2012-08-19 | 5 | -120/+54 |
| * | | | | alpha: Use new generic strncpy_from_user() and strnlen_user() | Michael Cree | 2012-08-19 | 9 | -994/+62 |
| * | | | | alpha: Wire up cross memory attach syscalls | Michael Cree | 2012-08-19 | 2 | -1/+5 |
| * | | | | alpha: Don't export SOCK_NONBLOCK to user space. | Michael Cree | 2012-08-19 | 1 | -0/+2 |
* | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-08-19 | 12 | -34/+869 |
|\ \ \ \ \ |
|
| * | | | | | ARM: 7490/1: Drop duplicate select for GENERIC_IRQ_PROBE | Stephen Boyd | 2012-08-15 | 1 | -1/+0 |
| * | | | | | ARM: Bring back ARMv3 IO and user access code | Russell King | 2012-08-13 | 4 | -3/+816 |
| * | | | | | ARM: 7489/1: errata: fix workaround for erratum #720789 on UP systems | Will Deacon | 2012-08-11 | 1 | -3/+3 |
| * | | | | | ARM: 7488/1: mm: use 5 bits for swapfile type encoding | Will Deacon | 2012-08-11 | 1 | -3/+3 |
| * | | | | | ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't present | Will Deacon | 2012-08-11 | 2 | -18/+18 |
| * | | | | | ARM: 7486/1: sched_clock: update epoch_cyc on resume | Colin Cross | 2012-08-11 | 2 | -0/+26 |
| * | | | | | ARM: 7484/1: Don't enable GENERIC_LOCKBREAK with ticket spinlocks | Stephen Boyd | 2012-08-11 | 1 | -5/+0 |
| * | | | | | ARM: 7483/1: vfp: only advertise VFPv4 in hwcaps if CONFIG_VFPv3 is enabled | Will Deacon | 2012-08-11 | 1 | -0/+2 |
| * | | | | | ARM: 7482/1: topology: fix section mismatch warning for init_cpu_topology | Venkatraman Sathiyamoorthy | 2012-08-11 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge tag 'pm-for-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-08-18 | 3 | -10/+20 |
|\ \ \ \ \ |
|
| * | | | | | intel_idle: Check cpu_idle_get_driver() for NULL before dereferencing it. | Konrad Rzeszutek Wilk | 2012-08-17 | 1 | -1/+2 |
| * | | | | | cpuidle: Prevent null pointer dereference in cpuidle_coupled_cpu_notify | Jon Medhurst (Tixy) | 2012-08-17 | 1 | -1/+1 |
| * | | | | | cpuidle: coupled: fix sleeping while atomic in cpu notifier | Colin Cross | 2012-08-17 | 1 | -0/+12 |
| * | | | | | PM / Runtime: Check device PM QoS setting before "no callbacks" check | Rafael J. Wysocki | 2012-08-17 | 1 | -6/+2 |
| * | | | | | PM / Runtime: Clear power.deferred_resume on success in rpm_suspend() | Rafael J. Wysocki | 2012-08-17 | 1 | -1/+1 |
| * | | | | | PM / Runtime: Fix rpm_resume() return value for power.no_callbacks set | Rafael J. Wysocki | 2012-08-17 | 1 | -1/+2 |
* | | | | | | Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2012-08-18 | 3 | -5/+13 |
|\ \ \ \ \ \ |
|
| * | | | | | | vfs: fix propagation of atomic_open create error on negative dentry | Sage Weil | 2012-08-16 | 1 | -0/+4 |
| * | | | | | | fuse: check create mode in atomic open | Miklos Szeredi | 2012-08-15 | 1 | -0/+3 |