summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug codePaul E. McKenney2017-11-281-22/+2
* rcu: Fold rcu_eqs_exit_common() into rcu_eqs_exit()Paul E. McKenney2017-11-281-32/+18
* rcu: Fold rcu_eqs_enter_common() into rcu_eqs_enter()Paul E. McKenney2017-11-281-27/+16
* rcu: Avoid ->dynticks_nesting store tearingPaul E. McKenney2017-11-281-3/+3
* rcu: Stop duplicating lockdep checks in RCU's idle-entry codePaul E. McKenney2017-11-281-11/+0
* rcu: Add ->dynticks field to rcu_dyntick trace eventPaul E. McKenney2017-11-281-9/+7
* rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney2017-11-284-7/+7
* rcu: Add tracing to irq/NMI dyntick-idle transitionsPaul E. McKenney2017-11-281-0/+6
* rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney2017-11-272-31/+2
* rcu: Make ->dynticks_nesting be a simple counterPaul E. McKenney2017-11-273-47/+21
* rcu: Define rcu_irq_{enter,exit}() in terms of rcu_nmi_{enter,exit}()Paul E. McKenney2017-11-271-38/+21
* rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exitPaul E. McKenney2017-11-272-0/+4
* rcu: Move rcu_nmi_{enter,exit}() to prepare for consolidationPaul E. McKenney2017-11-271-75/+75
* rcu: Reduce dyntick-idle state spacePaul E. McKenney2017-11-271-12/+11
* rcu: Avoid ->dynticks_nmi_nesting store tearingPaul E. McKenney2017-11-271-3/+5
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-262-2/+13
|\
| * genirq/matrix: Make - vs ?: Precedence explicitKees Cook2017-11-231-1/+1
| * Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-141-1/+12
| |\
| | * genirq: Track whether the trigger type has been setMarc Zyngier2017-11-101-1/+12
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-261-0/+1
|\ \ \
| * | | perf/core: Fix memory leak triggered by perf --namespaceVasily Averin2017-11-151-0/+1
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-11-261-1/+1
|\ \ \ \
| * | | | jump_label: Invoke jump_label_test() via early_initcall()Jason Baron2017-11-141-1/+1
| | |/ / | |/| |
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-259-77/+33
|\ \ \ \
| * \ \ \ Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner2017-11-2396-2119/+6304
| |\ \ \ \
| | * | | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-212-2/+2
| | * | | | timer: Pass function down to initialization routinesKees Cook2017-11-211-6/+15
| | * | | | timer: Switch callback prototype to take struct timer_list * argumentKees Cook2017-11-211-3/+3
| | * | | | timer: Pass timer_list pointer to callbacks unconditionallyKees Cook2017-11-211-10/+7
| | * | | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-212-5/+5
| | * | | | treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-2/+1
| | * | | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
| * | | | | timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLDMiroslav Lichvar2017-11-142-49/+0
| * | | | | Merge branch 'linus' into timers/urgentThomas Gleixner2017-11-1479-1574/+2776
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar2017-11-131-1/+1
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-11-244-51/+59
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | bpf: fix branch pruning logicAlexei Starovoitov2017-11-231-0/+27
| * | | | bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-221-2/+2
| * | | | bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-221-1/+1
| * | | | bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello2017-11-221-5/+1
| * | | | bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-221-1/+3
| * | | | bpf: revert report offload info to user spaceJakub Kicinski2017-11-212-17/+0
| * | | | bpf: offload: ignore namespace movesJakub Kicinski2017-11-211-0/+4
| * | | | bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski2017-11-211-10/+0
| * | | | bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-211-11/+12
| * | | | bpf: offload: rename the ifindex fieldJakub Kicinski2017-11-212-3/+3
| * | | | bpf: offload: limit offload to cls_bpf and xdp programs onlyJakub Kicinski2017-11-211-2/+3
| * | | | bpf: offload: add comment warning developers about double destroyJakub Kicinski2017-11-211-0/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-11-212-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | added new line symbol after warning about dropped messagesMaxim Akristiniy2017-10-301-1/+1