| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-08-13 | 2 | -5/+1 |
|\ |
|
| * | x86/tsc: Redefine notsc to behave as tsc=unstable | Pavel Tatashin | 2018-07-20 | 2 | -5/+1 |
* | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-08-13 | 1 | -3/+377 |
|\ \ |
|
| * | | x86/intel_rdt: Make CPU information accessible for pseudo-locked regions | Reinette Chatre | 2018-07-03 | 1 | -0/+3 |
| * | | x86/intel_rdt: Limit C-states dynamically when pseudo-locking active | Reinette Chatre | 2018-06-24 | 1 | -2/+2 |
| * | | x86/intel_rdt: Documentation for Cache Pseudo-Locking | Reinette Chatre | 2018-06-23 | 1 | -2/+278 |
| * | | x86/intel_rdt: Document new mode, size, and bit_usage | Reinette Chatre | 2018-06-23 | 1 | -2/+97 |
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-08-13 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | x86/numa_emulation: Introduce uniform split capability | Dan Williams | 2018-07-06 | 1 | -0/+4 |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-08-13 | 1 | -14/+20 |
|\ \ \ \ |
|
| * | | | | clocksource/drivers/timer-mediatek: Add system timer bindings | Stanley Chu | 2018-07-26 | 1 | -14/+20 |
| |/ / / |
|
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-08-13 | 1 | -8/+27 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2018-08-02 | 1 | -1/+2 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2018-07-25 | 28 | -141/+245 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar | 2018-06-26 | 6 | -106/+111 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | kprobes/Documentation: Fix various typos | Masami Hiramatsu | 2018-06-22 | 1 | -12/+12 |
| * | | | | | | | Documentation/kprobes: Add how to change the execution path | Masami Hiramatsu | 2018-06-21 | 1 | -0/+20 |
| * | | | | | | | kprobes/x86: Do not disable preempt on int3 path | Masami Hiramatsu | 2018-06-21 | 1 | -6/+5 |
| * | | | | | | | kprobes: Don't check the ->break_handler() in generic kprobes code | Masami Hiramatsu | 2018-06-21 | 1 | -1/+1 |
| * | | | | | | | Documentation/kprobes: Remove jprobes related leftover | Masami Hiramatsu | 2018-06-21 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-08-13 | 3 | -28/+39 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | sched/Documentation: Update wake_up() & co. memory-barrier guarantees | Andrea Parri | 2018-07-17 | 1 | -16/+27 |
| * | | | | | | | | locking/atomics/Documentation: Describe atomic_set() as a write operation | Jonathan Neuschäfer | 2018-07-17 | 1 | -1/+1 |
| * | | | | | | | | locking/memory-barriers.txt/kokr: Update Korean translation to fix broken DMA... | SeongJae Park | 2018-07-17 | 1 | -11/+11 |
* | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-08-13 | 10 | -298/+332 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2018-07-17 | 10 | -298/+332 |
| |\ \ \ \ \ \ \ \ \
| | |/ / / / / / / /
| |/| | | | | | | | |
|
| | * | | | | | | | | Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEAD | Paul E. McKenney | 2018-07-12 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | rcutorture: Change units of onoff_interval to jiffies | Paul E. McKenney | 2018-07-12 | 1 | -2/+2 |
| | * | | | | | | | | | rculist: Improve documentation for list_for_each_entry_from_rcu() | NeilBrown | 2018-07-12 | 1 | -0/+2 |
| | * | | | | | | | | | doc: Update synchronize_rcu() definition in whatisRCU.txt | Andrea Parri | 2018-07-12 | 1 | -6/+10 |
| | |/ / / / / / / / |
|
| | * | | | | | | | | doc: Update RCU CPU stall-warning documentation | Paul E. McKenney | 2018-07-12 | 1 | -12/+12 |
| | * | | | | | | | | doc: Update memory-ordering documentation for ->gp-seq | Paul E. McKenney | 2018-07-12 | 6 | -223/+243 |
| | * | | | | | | | | doc: Update data-structure documentation for ->gp_seq | Paul E. McKenney | 2018-07-12 | 1 | -55/+63 |
| | | |_|_|_|_|/ /
| | |/| | | | | | |
|
* | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-08-13 | 2 | -0/+3 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 2018-08-06 | 15 | -148/+211 |
| |\| | | | | | | | |
|
| * | | | | | | | | | Merge tag 'irqchip-4.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Thomas Gleixner | 2018-07-19 | 2 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | dt-bindings: irqchip: renesas-irqc: Document r8a77980 support | Sergei Shtylyov | 2018-07-19 | 1 | -0/+1 |
| | * | | | | | | | | | dt-bindings: irqchip: renesas-irqc: Document r8a77470 support | Biju Das | 2018-07-19 | 1 | -0/+1 |
| | * | | | | | | | | | irqchip/ingenic: Add support for the JZ4725B SoC | Paul Cercueil | 2018-07-19 | 1 | -0/+1 |
| | | |/ / / / / / /
| | |/| | | | | | | |
|
* | | | | | | | | | | Documentation: dpaa2: Use correct heading adornment | Ioana Ciornei | 2018-08-01 | 1 | -0/+1 |
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
* | | | | | | | | | Merge tag 'usb-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2018-07-26 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
| * | | | | | | | | usb: dwc3: rockchip: Fix PHY documentation links. | Enric Balletbo i Serra | 2018-07-17 | 1 | -1/+2 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-07-20 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
| * | | | | | | | dm writecache: support optional offset for start of device | Mikulas Patocka | 2018-07-02 | 1 | -0/+2 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-07-18 | 3 | -86/+130 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | bonding: Fix a typo in bonding.txt | Masanari Iida | 2018-07-16 | 1 | -1/+1 |
| * | | | | | | | networking: e1000.rst: Get rid of Sphinx warnings | Mauro Carvalho Chehab | 2018-07-12 | 1 | -75/+112 |
| * | | | | | | | networking: e100.rst: Get rid of Sphinx warnings | Mauro Carvalho Chehab | 2018-07-12 | 1 | -10/+17 |
| |/ / / / / / |
|
* | | | | | | | Merge tag 'devicetree-fixes-for-4.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-07-18 | 15 | -15/+15 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | dt-bindings: Fix unbalanced quotation marks | Jonathan Neuschäfer | 2018-06-26 | 12 | -12/+12 |