summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* pidns: simpler allocation of pid_* cachesAlexey Dobriyan2018-03-211-43/+24
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-181-50/+128
|\
| * kprobes: Propagate error from disarm_kprobe_ftrace()Jessica Yu2018-02-161-25/+53
| * kprobes: Propagate error from arm_kprobe_ftrace()Jessica Yu2018-02-161-25/+75
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-181-14/+4
|\ \
| * | irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-02-161-14/+4
| |/
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-02-154-16/+22
|\ \
| * | sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan2018-02-131-2/+0
| * | sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra2018-02-131-11/+16
| * | sched/rt: Make update_curr_rt() more accurateWen Yang2018-02-131-1/+2
| * | sched/deadline: Make update_curr_dl() more accurateWen Yang2018-02-131-2/+4
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-02-151-6/+15
|\ \ \ | |_|/ |/| |
| * | locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon2018-02-131-0/+8
| * | locking/qspinlock: Ensure node is initialised before updating prev->nextWill Deacon2018-02-131-6/+7
| |/
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-117-12/+12
* | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-0/+1
|\ \
| * \ Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-0185-2142/+2337
| |\ \
| * | | kvm_config: add CONFIG_S390_GUESTChristian Borntraeger2018-01-161-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-091-72/+115
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-091-72/+115
| |\ \ \ \
| | * | | | bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend2018-02-061-5/+14
| | * | | | bpf: sockmap, add sock close() hook to remove socksJohn Fastabend2018-02-061-67/+101
* | | | | | Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-092-6/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)2018-02-081-5/+4
| * | | | | ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)2018-02-081-1/+0
* | | | | | Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-071-6/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | ftrace/module: Move ftrace_release_mod() to ddebug_cleanup labelNamit Gupta2018-01-151-6/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-0616-120/+83
|\ \ \ \ \ \
| * | | | | | pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers2018-02-061-3/+0
| * | | | | | pipe, sysctl: remove pipe_proc_fn()Eric Biggers2018-02-061-10/+5
| * | | | | | pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers2018-02-061-14/+1
| * | | | | | kernel/resource: iomem_is_exclusive can be booleanYaowei Bai2018-02-061-5/+5
| * | | | | | kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai2018-02-061-2/+2
| * | | | | | genirq: remove unneeded kallsyms includeSergey Senozhatsky2018-02-061-1/+0
| * | | | | | hrtimer: remove unneeded kallsyms includeSergey Senozhatsky2018-02-061-1/+0
| * | | | | | kcov: detect double association with a single taskDmitry Vyukov2018-02-061-2/+2
| * | | | | | kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers2018-02-061-1/+0
| * | | | | | pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-064-45/+21
| * | | | | | cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan2018-02-062-2/+2
| * | | | | | kernel/fork.c: add comment about usage of CLONE_FS flags and namespacesMarcos Paulo de Souza2018-02-061-0/+4
| * | | | | | kernel/fork.c: check error and return earlyMarcos Paulo de Souza2018-02-061-26/+25
| * | | | | | kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes2018-02-061-8/+12
| * | | | | | Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOKees Cook2018-02-061-0/+4
* | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-02-068-99/+308
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-0658-1225/+4082
| |\ \ \ \ \ \ \
| * | | | | | | | sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman2018-02-062-2/+21
| * | | | | | | | sched/fair: Do not migrate if the prev_cpu is idleMel Gorman2018-02-061-1/+7
| * | | | | | | | sched/fair: Restructure wake_affine*() to return a CPU idMel Gorman2018-02-061-18/+17
| * | | | | | | | sched/fair: Remove unnecessary parameters from wake_affine_idle()Mel Gorman2018-02-061-5/+3
| * | | | | | | | sched/rt: Make update_curr_rt() more accurateWen Yang2018-02-061-2/+3
OpenPOWER on IntegriCloud