aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-8/+154
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-20/+5
2017-07-03Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-8/+176
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-614/+79
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar4-5/+6
2017-06-23Merge tag 'gpio-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-3/+3
2017-06-23Merge tag 'irqchip-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner5-6/+113
2017-06-23dt-bindings/interrupt-controller: Add DT binding for the Marvell ICUThomas Petazzoni1-0/+51
2017-06-22Merge tag 'mfd-fixes-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-1/+1
2017-06-22dt-bindings/interrupt-controller: Add DT binding for the Marvell GICPThomas Petazzoni1-0/+27
2017-06-22irqchip/aspeed-i2c-ic: Add binding docs for Aspeed I2C Interrupt ControllerBrendan Higgins1-0/+25
2017-06-22irqchip/aspeed-vic: Add AST2500 compatible stringAndrew Jeffery1-4/+5
2017-06-22dt-bindings/interrupt-controller: sunxi-nmi: Add compatible for A31 R_INTCChen-Yu Tsai1-2/+5
2017-06-22sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker1-1/+1
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+2
2017-06-21irq/generic-chip: Provide devm_irq_setup_generic_chip()Bartosz Golaszewski1-0/+1
2017-06-21irq/generic-chip: Provide devm_irq_alloc_generic_chip()Bartosz Golaszewski1-0/+1
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner6-19/+229
2017-06-20Merge branch 'linus' into irq/coreThomas Gleixner18-366/+1086
2017-06-20dt-bindings: net: sms911x: Add missing optional VDD regulatorsKrzysztof Kozlowski1-0/+1
2017-06-20dt-bindings: mfd: Update STM32 timers clock namesFabrice Gasnier1-1/+1
2017-06-20gpio: mvebu: change compatible string for PWM supportRalph Sennhauser1-3/+3
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar16-82/+319
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2-7/+7
2017-06-20Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-3/+4
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-0/+7
2017-06-18block: remove bio_clone() and all references.NeilBrown1-1/+1
2017-06-15Doc: net: dsa: b53: update location of referenced dsa.txtxypron.glpk@gmx.de1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2017-06-14x86/mce: Update bootlog description to reflect behavior on AMDYazen Ghannam1-1/+2
2017-06-13Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar10-614/+79
2017-06-12clocksource/drivers/fttmr010: Add AST2500 compatible stringDaniel Lezcano1-0/+2
2017-06-12clocksource/drivers/fttmr010: Merge FTTMR010 DT bindingsLinus Walleij2-20/+3
2017-06-11Merge tag 'usb-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+1
2017-06-09Merge tag 'powerpc-4.12-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+9
2017-06-08rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney2-43/+17
2017-06-08rcu: Remove debugfs tracingPaul E. McKenney3-538/+1
2017-06-08rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney3-16/+7
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney1-5/+1
2017-06-08rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney1-7/+3
2017-06-08srcu: Prevent sdp->srcu_gp_seq_needed counter wrapPaul E. McKenney1-0/+9
2017-06-08doc: Take tail recursion into account in RCU requirementsPaul E. McKenney1-1/+2
2017-06-08srcu: Document auto-expediting requirementPaul E. McKenney1-0/+14
2017-06-08rcuperf: Add writer_holdoff boot parameterPaul E. McKenney1-3/+8
2017-06-08docs: Fix typo in Documentation/memory-barriers.txtStan Drozd1-1/+1
2017-06-08doc/atomic_ops: Clarify smp_mb__{before,after}_atomic()Paul E. McKenney1-0/+5
2017-06-08rcuperf: Add ability to performance-test call_rcu() and friendsPaul E. McKenney1-0/+11