summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
* | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-12-06
|\ \ \ \ \ \ \ \
| * | | | | | | | locking/lockdep: Fix possible NULL derefPeter Zijlstra2017-12-06
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-06
|\ \ \ \ \ \ \ \
| * | | | | | | | genirq/matrix: Fix the precedence fix for realThomas Gleixner2017-12-04
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | cpu/hotplug: Fix state name in takedown_cpu() commentBrendan Jackman2017-12-06
| |/ / / / / / |/| | | | | |
* | | | | | | remove task and stack pointer printout from oops dumpLinus Torvalds2017-12-05
| |_|_|_|/ / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-04
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-03
| |\ \ \ \ \
| | * | | | | bpf: set maximum number of attached progs to 64 for a single perf tpYonghong Song2017-11-30
| | * | | | | bpf: offload: add a license headerJakub Kicinski2017-11-27
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-12-01
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | blktrace: fix trace mutex deadlockJens Axboe2017-11-27
| * | | | | | blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bioMarcos Paulo de Souza2017-11-19
* | | | | | | kallsyms: take advantage of the new '%px' formatLinus Torvalds2017-11-29
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-26
|\ \ \ \ \ \
| * | | | | | genirq/matrix: Make - vs ?: Precedence explicitKees Cook2017-11-23
| * | | | | | Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-14
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | genirq: Track whether the trigger type has been setMarc Zyngier2017-11-10
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-26
|\ \ \ \ \ \ \
| * | | | | | | perf/core: Fix memory leak triggered by perf --namespaceVasily Averin2017-11-15
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-11-26
|\ \ \ \ \ \ \
| * | | | | | | jump_label: Invoke jump_label_test() via early_initcall()Jason Baron2017-11-14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-25
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner2017-11-23
| |\ \ \ \ \ \
| | * | | | | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-21
| | * | | | | | timer: Pass function down to initialization routinesKees Cook2017-11-21
| | * | | | | | timer: Switch callback prototype to take struct timer_list * argumentKees Cook2017-11-21
| | * | | | | | timer: Pass timer_list pointer to callbacks unconditionallyKees Cook2017-11-21
| | * | | | | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
| | * | | | | | treewide: init_timer() -> setup_timer()Kees Cook2017-11-21
| | * | | | | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-21
| * | | | | | | timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLDMiroslav Lichvar2017-11-14
| * | | | | | | Merge branch 'linus' into timers/urgentThomas Gleixner2017-11-14
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar2017-11-13
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-11-23
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | bpf: fix branch pruning logicAlexei Starovoitov2017-11-23
| * | | | | | bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-22
| * | | | | | bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-22
| * | | | | | bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello2017-11-22
| * | | | | | bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-22
| * | | | | | bpf: revert report offload info to user spaceJakub Kicinski2017-11-20
| * | | | | | bpf: offload: ignore namespace movesJakub Kicinski2017-11-20
| * | | | | | bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski2017-11-20
| * | | | | | bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-20
| * | | | | | bpf: offload: rename the ifindex fieldJakub Kicinski2017-11-20
| * | | | | | bpf: offload: limit offload to cls_bpf and xdp programs onlyJakub Kicinski2017-11-20
| * | | | | | bpf: offload: add comment warning developers about double destroyJakub Kicinski2017-11-20
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-11-21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | added new line symbol after warning about dropped messagesMaxim Akristiniy2017-10-30
| * | | | | printk: fix typo in printk_safe.cBaoquan He2017-10-30