aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-01-05padata: add SPDX identifierGravatar Cheah Kok Cheong 1-0/+1
2017-12-10futex: futex_wake_op, fix sign_extend32 sign bitsGravatar Jiri Slaby 1-2/+2
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+1
2017-12-06Merge tag 'for_linus-4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2017-12-06Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+5
2017-12-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-30/+74
2017-12-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+4
2017-12-06Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+2
2017-12-06Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+3
2017-12-06kdb: Fix handling of kallsyms_symbol_next() return valueGravatar Daniel Thompson 1-1/+1
2017-12-06Merge branch 'linus' into perf/urgent, to synchronize UAPI headersGravatar Ingo Molnar 102-2205/+6375
2017-12-06sched/fair: Update and fix the runnable propagation ruleGravatar Vincent Guittot 1-29/+73
2017-12-06sched/wait: Fix add_wait_queue() behavioral changeGravatar Omar Sandoval 1-1/+1
2017-12-06locking/lockdep: Fix possible NULL derefGravatar Peter Zijlstra 1-1/+2
2017-12-06cpu/hotplug: Fix state name in takedown_cpu() commentGravatar Brendan Jackman 1-2/+2
2017-12-05remove task and stack pointer printout from oops dumpGravatar Linus Torvalds 1-3/+0
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeGravatar Hendrik Brueckner 1-1/+1
2017-12-04genirq/matrix: Fix the precedence fix for realGravatar Thomas Gleixner 1-1/+3
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-1/+25
2017-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 3-1/+25
2017-12-01Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-18/+12
2017-12-01bpf: set maximum number of attached progs to 64 for a single perf tpGravatar Yonghong Song 2-1/+10
2017-11-29kallsyms: take advantage of the new '%px' formatGravatar Linus Torvalds 2-7/+7
2017-11-29Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Ingo Molnar 1-1/+4
2017-11-29Merge branch 'linus' into perf/urgent, to pick up dependent commitsGravatar Ingo Molnar 79-1574/+2776
2017-11-28perf: Fix header.size for namespace eventsGravatar Jiri Olsa 1-1/+4
2017-11-28smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct placeGravatar Lai Jiangshan 1-5/+5
2017-11-27bpf: offload: add a license headerGravatar Jakub Kicinski 1-0/+15
2017-11-27blktrace: fix trace mutex deadlockGravatar Jens Axboe 1-2/+2
2017-11-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+13
2017-11-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2017-11-26Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+1
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 9-77/+33
2017-11-23genirq/matrix: Make - vs ?: Precedence explicitGravatar Kees Cook 1-1/+1
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 4-51/+59
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Gravatar Thomas Gleixner 96-2119/+6304
2017-11-23bpf: fix branch pruning logicGravatar Alexei Starovoitov 1-0/+27
2017-11-22bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGravatar Gianluca Borello 1-2/+2
2017-11-22bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGravatar Gianluca Borello 1-1/+1
2017-11-22bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGravatar Gianluca Borello 1-5/+1
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGravatar Gianluca Borello 1-1/+3
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 2-2/+2
2017-11-21timer: Pass function down to initialization routinesGravatar Kees Cook 1-6/+15
2017-11-21timer: Switch callback prototype to take struct timer_list * argumentGravatar Kees Cook 1-3/+3
2017-11-21timer: Pass timer_list pointer to callbacks unconditionallyGravatar Kees Cook 1-10/+7
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 2-5/+5
2017-11-21treewide: init_timer() -> setup_timer()Gravatar Kees Cook 1-2/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 2-2/+2
2017-11-21bpf: revert report offload info to user spaceGravatar Jakub Kicinski 2-17/+0