aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-11-10bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet1-23/+1
2018-11-10bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet1-7/+7
2018-11-10bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet1-13/+9
2018-11-10bpf: call finalize() from its callback in struct bpf_offload_devQuentin Monnet1-2/+2
2018-11-10bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet1-1/+3
2018-11-10bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet1-1/+4
2018-11-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+8
2018-11-09bpf: let verifier to calculate and record max_pkt_offsetJiong Wang1-0/+12
2018-11-08srcu: Prevent __call_srcu() counter wrap with read-side critical sectionPaul E. McKenney1-0/+3
2018-11-08sched/membarrier: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-08rcu: Consolidate the RCU update functions invoked by sync.cPaul E. McKenney1-6/+6
2018-11-08rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney2-5/+3
2018-11-08rcu: Fix rcu_{node,data} comments about gp_seq_neededJoel Fernandes (Google)1-2/+2
2018-11-08rcu: Remove unused rcu_state externsJoel Fernandes (Google)1-11/+0
2018-11-08rcu: Eliminate BUG_ON() for kernel/rcu/tree.cPaul E. McKenney1-2/+3
2018-11-08rcu: Eliminate BUG_ON() for sync.cPaul E. McKenney1-7/+6
2018-11-08cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long4-4/+27
2018-11-08cpuset: Use descriptive text when reading/writing cpuset.sched.partitionWaiman Long1-7/+51
2018-11-08cpuset: Expose cpus.effective and mems.effective on cgroup v2 rootWaiman Long1-2/+0
2018-11-08cpuset: Make generate_sched_domains() work with partitionWaiman Long1-7/+27
2018-11-08cpuset: Make CPU hotplug work with partitionWaiman Long1-15/+116
2018-11-08cpuset: Track cpusets that use parent's effective_cpusWaiman Long1-1/+70
2018-11-08cpuset: Add an error state to cpuset.sched.partitionWaiman Long1-24/+129
2018-11-08cpuset: Add new v2 cpuset.sched.partition flagWaiman Long1-13/+352
2018-11-08cpuset: Simply allocation and freeing of cpumasksWaiman Long1-33/+77
2018-11-08cpuset: Define data structures to support scheduling partitionWaiman Long1-0/+37
2018-11-08cpuset: Enable cpuset controller in default hierarchyWaiman Long1-3/+45
2018-11-08posix-cpu-timers: Remove useless call to check_dl_overrun()Juri Lelli1-3/+0
2018-11-07userns: also map extents in the reverse map to kernel IDsJann Horn1-4/+8
2018-11-07Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-4.21/blockJens Axboe1-48/+100
2018-11-07resource/docs: Complete kernel-doc style function documentationBorislav Petkov1-9/+14
2018-11-07modsign: use all trusted keys to verify module signatureKe Wu1-1/+2
2018-11-06genirq/matrix: Improve target CPU selection for managed interrupts.Long Li1-4/+30
2018-11-06Merge tag 'trace-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2018-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-13/+26
2018-11-05audit: print empty EXECVE argsRichard Guy Briggs1-1/+1
2018-11-05cgroup: remove unnecessary unlikely()Yangtao Li1-3/+1
2018-11-05tracing/kprobes: Fix strpbrk() argument orderMasami Hiramatsu1-1/+1
2018-11-05clockevents: Remove unnecessary unlikely()Yangtao Li1-9/+3
2018-11-05genirq/affinity: Add support for allocating interrupt setsJens Axboe1-23/+54
2018-11-05genirq/affinity: Pass first vector to __irq_build_affinity_masks()Ming Lei1-9/+11
2018-11-05genirq/affinity: Move two stage affinity spreading into a helper functionMing Lei1-36/+56
2018-11-05genirq/affinity: Spread IRQs to all available NUMA nodesLong Li1-3/+2
2018-11-05resource/docs: Fix new kernel-doc warningsRandy Dunlap1-3/+7
2018-11-05sched/fair: Fix a comment in task_numa_fault()Yi Wang1-2/+2
2018-11-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2018-11-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-11-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-11-04sched/core: Introduce set_next_task() helper for better code readabilityMuchun Song2-22/+21