summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | bpf: implement bpf_send_signal() helperYonghong Song2019-05-241-0/+72
| | * | | | | | | | bpf: convert explored_states to hash tableAlexei Starovoitov2019-05-241-5/+18
| | * | | | | | | | bpf: split explored_statesAlexei Starovoitov2019-05-241-18/+13
| | * | | | | | | | bpf: cleanup explored_statesAlexei Starovoitov2019-05-241-9/+20
| | * | | | | | | | bpf: bump jmp sequence limitAlexei Starovoitov2019-05-231-3/+4
* | | | | | | | | | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-112-36/+157
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arch: handle arches who do not yet define clone3Christian Brauner2019-06-212-0/+4
| * | | | | | | | | | fork: add clone3Christian Brauner2019-06-091-48/+153
* | | | | | | | | | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-103-0/+108
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | pid: add pidfd_open()Christian Brauner2019-06-281-0/+69
| * | | | | | | | | | | pidfd: add polling supportJoel Fernandes (Google)2019-06-283-0/+39
| |/ / / / / / / / / /
* | | | | | | | | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | docs: scheduler: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-092-23/+31
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar2019-07-088-65/+75
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | perf/cgroups: Don't rotate events for cgroups unnecessarilyIan Rogers2019-06-241-20/+22
| * | | | | | | | | | | | | Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar2019-06-2430-172/+327
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar2019-06-1736-213/+111
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | perf/core: Add attr_groups_update into struct pmuJiri Olsa2019-06-031-0/+6
| * | | | | | | | | | | | | perf/core: Allow non-privileged uprobe for user processesSong Liu2019-06-032-3/+3
* | | | | | | | | | | | | | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-091-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe2019-07-0127-136/+278
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | cgroup: export css_next_descendant_pre for bfqChristoph Hellwig2019-06-211-0/+1
* | | | | | | | | | | | | | | Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-07-093-7/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2019-07-083-7/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | kernel: power: swap: use kzalloc() instead of kmalloc() followed by memset()Fuqian Huang2019-06-281-2/+1
| | * | | | | | | | | | | | | | PM: suspend: Rename pm_suspend_via_s2idle()Rafael J. Wysocki2019-06-191-3/+3
| | * | | | | | | | | | | | | | PM: hibernate: powerpc: Expose pfn_is_nosave() prototypeMathieu Malaterre2019-06-141-2/+0
| | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-085-81/+180
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman2019-05-292-8/+8
| * | | | | | | | | | | | | | | signal: Factor force_sig_info_to_task out of force_sig_infoEric W. Biederman2019-05-291-3/+9
| * | | | | | | | | | | | | | | signal: Generate the siginfo in force_sigEric W. Biederman2019-05-291-1/+9
| * | | | | | | | | | | | | | | signal: Move the computation of force into send_signal and correct it.Eric W. Biederman2019-05-291-13/+22
| * | | | | | | | | | | | | | | signal: Properly set TRACE_SIGNAL_LOSE_INFO in __send_signalEric W. Biederman2019-05-291-17/+16
| * | | | | | | | | | | | | | | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-3/+2
| * | | | | | | | | | | | | | | signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman2019-05-291-1/+11
| * | | | | | | | | | | | | | | signal: Remove task parameter from force_sig_mceerrEric W. Biederman2019-05-271-2/+2
| * | | | | | | | | | | | | | | signal: Remove task parameter from force_sigEric W. Biederman2019-05-273-6/+6
| * | | | | | | | | | | | | | | signal: Remove task parameter from force_sigsegvEric W. Biederman2019-05-272-3/+5
| * | | | | | | | | | | | | | | signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman2019-05-271-1/+1
| * | | | | | | | | | | | | | | signal: Correct namespace fixups of si_pid and si_uidEric W. Biederman2019-05-221-27/+40
| * | | | | | | | | | | | | | | signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman2019-05-221-8/+61
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-07-082-1/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| * | | | | | | | | | | | | | | cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFSTejun Heo2019-06-141-42/+42
| * | | | | | | | | | | | | | | Merge branch 'for-5.2-fixes' into for-5.3Tejun Heo2019-06-101-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | cgroup: add cgroup_parse_float()Tejun Heo2019-05-311-0/+43
* | | | | | | | | | | | | | | | | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2019-07-081-15/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | workqueue: Remove GPF argument from alloc_workqueue_attrs()Thomas Gleixner2019-06-271-12/+11
| * | | | | | | | | | | | | | | | | workqueue: Make alloc/apply/free_workqueue_attrs() staticThomas Gleixner2019-06-271-4/+3
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |