Age | Commit message (Expand) | Author | Files | Lines |
2019-07-01 | fork: return proper negative error code | Christian Brauner | 1 | -0/+1 |
2019-07-01 | Merge tag 'v5.2-rc6' into for-5.3/block | Jens Axboe | 27 | -136/+278 |
2019-06-30 | KEXEC: Call ima_kexec_cmdline to measure the boot command line args | Prakhar Srivastava | 1 | -3/+6 |
2019-06-30 | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+6 |
2019-06-29 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -5/+18 |
2019-06-29 | Merge tag 'pm-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -0/+3 |
2019-06-29 | fork,memcg: alloc_thread_stack_node needs to set tsk->stack | Andrea Arcangeli | 1 | -1/+5 |
2019-06-29 | signal: remove the wrong signal_pending() check in restore_user_sigmask() | Oleg Nesterov | 1 | -2/+3 |
2019-06-29 | devmap: Allow map lookups from eBPF | Toke Høiland-Jørgensen | 2 | -5/+7 |
2019-06-29 | devmap/cpumap: Use flush list instead of bitmap | Toke Høiland-Jørgensen | 2 | -117/+95 |
2019-06-29 | xskmap: Move non-standard list manipulation to helper | Toke Høiland-Jørgensen | 1 | -2/+1 |
2019-06-28 | tracing/snapshot: Resize spare buffer if size changed | Eiichi Tsukata | 1 | -4/+6 |
2019-06-28 | tracing: Fix memory leak in tracing_err_log_open() | Takeshi Misawa | 1 | -1/+13 |
2019-06-28 | ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run... | Petr Mladek | 1 | -9/+1 |
2019-06-28 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 16 | -318/+540 |
2019-06-28 | pid: add pidfd_open() | Christian Brauner | 1 | -0/+69 |
2019-06-28 | pidfd: add polling support | Joel Fernandes (Google) | 3 | -0/+39 |
2019-06-28 | kernel: power: swap: use kzalloc() instead of kmalloc() followed by memset() | Fuqian Huang | 1 | -2/+1 |
2019-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -40/+18 |
2019-06-27 | bpf: implement getsockopt and setsockopt hooks | Stanislav Fomichev | 4 | -0/+369 |
2019-06-27 | hrtimer: Use a bullet for the returns bullet list | Mauro Carvalho Chehab | 1 | -3/+4 |
2019-06-27 | workqueue: Remove GPF argument from alloc_workqueue_attrs() | Thomas Gleixner | 1 | -12/+11 |
2019-06-27 | workqueue: Make alloc/apply/free_workqueue_attrs() static | Thomas Gleixner | 1 | -4/+3 |
2019-06-27 | bpf: fix cgroup bpf release synchronization | Roman Gushchin | 1 | -1/+18 |
2019-06-27 | copy_process(): don't use ksys_close() on cleanups | Al Viro | 1 | -28/+18 |
2019-06-27 | cpu/hotplug: Fix out-of-bounds read when setting fail state | Eiichi Tsukata | 1 | -0/+3 |
2019-06-26 | PCI: PM: Avoid skipping bus-level PM on platforms without ACPI | Rafael J. Wysocki | 1 | -0/+3 |
2019-06-26 | keys: Move the user and user-session keyrings to the user_namespace | David Howells | 2 | -9/+2 |
2019-06-26 | keys: Namespace keyring names | David Howells | 2 | -3/+7 |
2019-06-26 | cpu/speculation: Warn on unsupported mitigations= parameter | Geert Uytterhoeven | 1 | -0/+3 |
2019-06-26 | bpf: fix BPF_ALU32 | BPF_ARSH on BE arches | Jiong Wang | 1 | -2/+2 |
2019-06-26 | bpf: fix compiler warning with CONFIG_MODULES=n | Yonghong Song | 1 | -13/+14 |
2019-06-25 | dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common code | Christoph Hellwig | 2 | -11/+16 |
2019-06-25 | dma-direct: handle DMA_ATTR_NON_CONSISTENT in common code | Christoph Hellwig | 1 | -2/+2 |
2019-06-25 | xdp: Add tracepoint for bulk XDP_TX | Toshiaki Makita | 1 | -0/+1 |
2019-06-25 | locking/lockdep: increase size of counters for lockdep statistics | Kobe Wu | 1 | -20/+16 |
2019-06-25 | locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV... | Arnd Bergmann | 1 | -39/+34 |
2019-06-25 | dma-mapping: add a dma_alloc_need_uncached helper | Christoph Hellwig | 1 | -2/+2 |
2019-06-25 | dma-mapping: truncate dma masks to what dma_addr_t can hold | Christoph Hellwig | 1 | -0/+12 |
2019-06-24 | perf/cgroups: Don't rotate events for cgroups unnecessarily | Ian Rogers | 1 | -20/+22 |
2019-06-24 | Merge tag 'v5.2-rc6' into perf/core, to refresh branch | Ingo Molnar | 30 | -172/+327 |
2019-06-24 | sched/uclamp: Add uclamp support to energy_compute() | Patrick Bellasi | 3 | -22/+48 |
2019-06-24 | sched/uclamp: Add uclamp_util_with() | Patrick Bellasi | 2 | -1/+33 |
2019-06-24 | sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasks | Patrick Bellasi | 4 | -3/+43 |
2019-06-24 | sched/uclamp: Set default clamps for RT tasks | Patrick Bellasi | 1 | -2/+28 |
2019-06-24 | sched/uclamp: Reset uclamp values on RESET_ON_FORK | Patrick Bellasi | 1 | -0/+8 |
2019-06-24 | sched/uclamp: Extend sched_setattr() to support utilization clamping | Patrick Bellasi | 1 | -7/+84 |
2019-06-24 | sched/core: Allow sched_setattr() to use the current policy | Patrick Bellasi | 1 | -0/+2 |
2019-06-24 | sched/uclamp: Add system default clamps | Patrick Bellasi | 2 | -1/+114 |
2019-06-24 | sched/uclamp: Enforce last task's UCLAMP_MAX | Patrick Bellasi | 2 | -5/+46 |