| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-05-17 | 1 | -0/+2 |
|\ |
|
| * | x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device check | Luis R. Rodriguez | 2016-04-22 | 1 | -0/+2 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-05-17 | 1 | -1/+3 |
|\ \ |
|
| * \ | Merge tag 'v4.6-rc6' into x86/asm, to refresh the tree | Ingo Molnar | 2016-05-05 | 35 | -73/+198 |
| |\ \ |
|
| * \ \ | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes | Ingo Molnar | 2016-04-19 | 43 | -168/+263 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | x86/asm: Make sure verify_cpu() has a good stack | Borislav Petkov | 2016-04-13 | 1 | -1/+3 |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-05-16 | 6 | -44/+136 |
|\ \ \ \ |
|
| * | | | | sched/core: Provide a tsk_nr_cpus_allowed() helper | Thomas Gleixner | 2016-05-12 | 1 | -0/+5 |
| * | | | | Merge branch 'smp/hotplug' into sched/core, to resolve conflicts | Ingo Molnar | 2016-05-12 | 4 | -22/+13 |
| |\ \ \ \ |
|
| | * | | | | sched/hotplug: Make activate() the last hotplug step | Thomas Gleixner | 2016-05-06 | 1 | -1/+1 |
| | * | | | | sched/hotplug: Move migration CPU_DYING to sched_cpu_dying() | Thomas Gleixner | 2016-05-06 | 2 | -2/+6 |
| | * | | | | sched/hotplug: Convert cpu_[in]active notifiers to state machine | Thomas Gleixner | 2016-05-06 | 3 | -12/+3 |
| | * | | | | sched: Consolidate the notifier maze | Thomas Gleixner | 2016-05-06 | 1 | -8/+4 |
| | * | | | | sched: Make set_cpu_rq_start_time() a built in hotplug state | Thomas Gleixner | 2016-05-06 | 2 | -0/+2 |
| | * | | | | sched: Allow per-cpu kernel threads to run on online && !active | Peter Zijlstra (Intel) | 2016-05-06 | 1 | -4/+2 |
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'sched/urgent' into sched/core to pick up fixes | Ingo Molnar | 2016-05-12 | 36 | -143/+266 |
| |\ \ \ \ |
|
| * | | | | | sched/fair: Add detailed description to the sched load avg metrics | Yuyang Du | 2016-05-05 | 1 | -11/+49 |
| * | | | | | sched/fair: Generalize the load/util averages resolution definition | Yuyang Du | 2016-05-05 | 1 | -3/+13 |
| * | | | | | locking/lockdep, sched/core: Implement a better lock pinning scheme | Peter Zijlstra | 2016-05-05 | 1 | -6/+17 |
| * | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying... | Ingo Molnar | 2016-05-05 | 17 | -33/+102 |
| |\ \ \ \ \ |
|
| * | | | | | | sched/core: Add switch_mm_irqs_off() and use it in the scheduler | Andy Lutomirski | 2016-04-28 | 1 | -0/+7 |
| * | | | | | | sched/fair: Correctly handle nohz ticks CPU load accounting | Frederic Weisbecker | 2016-04-23 | 1 | -2/+4 |
| * | | | | | | sched/fair: Gather CPU load functions under a more conventional namespace | Frederic Weisbecker | 2016-04-23 | 1 | -2/+2 |
| * | | | | | | Merge tag 'v4.6-rc4' into sched/core, to refresh the tree | Ingo Molnar | 2016-04-23 | 40 | -149/+240 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | sched/clock: Make local_clock()/cpu_clock() inline | Daniel Lezcano | 2016-04-13 | 1 | -2/+30 |
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-05-16 | 2 | -5/+138 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2016-05-11 | 18 | -102/+169 |
| |\ \ \ \ \ \ \
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | perf/arm: Special-case hetereogeneous CPUs | Mark Rutland | 2016-05-05 | 1 | -0/+1 |
| * | | | | | | | perf/core: Introduce address range filtering | Alexander Shishkin | 2016-05-05 | 1 | -0/+98 |
| * | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2016-05-05 | 35 | -73/+198 |
| |\ \ \ \ \ \ \
| | | |_|_|_|/ /
| | |/| | | | | |
|
| * | | | | | | | perf core: Allow setting up max frame stack depth via sysctl | Arnaldo Carvalho de Melo | 2016-04-27 | 1 | -2/+6 |
| * | | | | | | | perf/core: Add ::write_backward attribute to perf event | Wang Nan | 2016-04-23 | 2 | -4/+27 |
| * | | | | | | | Merge branch 'perf/urgent' into perf/core, to resolve conflict | Ingo Molnar | 2016-04-23 | 5 | -80/+30 |
| |\ \ \ \ \ \ \
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | Merge tag 'v4.6-rc3' into perf/core, to refresh the tree | Ingo Molnar | 2016-04-13 | 553 | -3696/+16443 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | perf/core: Set event's default ::overflow_handler() | Wang Nan | 2016-03-31 | 1 | -0/+6 |
| * | | | | | | | | perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu... | Wang Nan | 2016-03-31 | 1 | -0/+1 |
* | | | | | | | | | Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-05-16 | 4 | -4/+29 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | locking/rwsem: Provide down_write_killable() | Michal Hocko | 2016-04-22 | 2 | -0/+16 |
| * | | | | | | | | | locking/rwsem: Introduce basis for down_write_killable() | Michal Hocko | 2016-04-13 | 3 | -0/+15 |
| * | | | | | | | | | locking/rwsem: Get rid of __down_write_nested() | Michal Hocko | 2016-04-13 | 2 | -7/+1 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-05-16 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | locking/atomics: Flip atomic_fetch_or() arguments | Peter Zijlstra | 2016-05-05 | 1 | -2/+2 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-05-16 | 1 | -8/+159 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | efi: Merge boolean flag arguments | Julia Lawall | 2016-05-07 | 1 | -2/+1 |
| * | | | | | | | | | Merge branch 'linus' into efi/core, to pick up fixes | Ingo Molnar | 2016-05-07 | 33 | -132/+258 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | x86/efi: Force EFI reboot to process pending capsules | Matt Fleming | 2016-04-28 | 1 | -0/+6 |
| * | | | | | | | | | | efi: Add 'capsule' update support | Matt Fleming | 2016-04-28 | 1 | -0/+14 |
| * | | | | | | | | | | efi: Move efi_status_to_err() to drivers/firmware/efi/ | Matt Fleming | 2016-04-28 | 1 | -0/+2 |
| * | | | | | | | | | | efibc: Add EFI Bootloader Control module | Compostella, Jeremy | 2016-04-28 | 1 | -0/+4 |
| * | | | | | | | | | | efi/arm/libstub: Make screen_info accessible to the UEFI stub | Ard Biesheuvel | 2016-04-28 | 1 | -1/+10 |