index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-08
regmap-irq: use fwnode instead of device node in add_irq_chip()
Michael Walle
1
-9
/
+12
2020-07-08
sched: Add a tracepoint to track rq->nr_running
Phil Auld
1
-0
/
+1
2020-07-08
Merge branch 'sched/urgent'
Peter Zijlstra
50
-153
/
+516
2020-07-08
perf/x86: Remove task_ctx_size
Kan Liang
1
-4
/
+0
2020-07-08
perf/core: Use kmem_cache to allocate the PMU specific data
Kan Liang
1
-0
/
+5
2020-07-08
sched: Fix loadavg accounting race
Peter Zijlstra
1
-4
/
+0
2020-07-08
nsproxy: support CLONE_NEWTIME with setns()
Christian Brauner
1
-0
/
+6
2020-07-08
fs: remove __vfs_read
Christoph Hellwig
1
-1
/
+0
2020-07-08
fs: add a __kernel_read helper
Christoph Hellwig
1
-0
/
+1
2020-07-08
bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hook
Stanislav Fomichev
1
-0
/
+4
2020-07-07
vlan: consolidate VLAN parsing code and limit max parsing depth
Toke Høiland-Jørgensen
1
-35
/
+22
2020-07-07
net: ethtool: Introduce ethtool_phy_ops
Florian Fainelli
1
-0
/
+25
2020-07-07
PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'
Luc Van Oostenryck
1
-2
/
+2
2020-07-07
fs: Add IOCB_NOIO flag for generic_file_read_iter
Andreas Gruenbacher
1
-0
/
+1
2020-07-07
cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
Cong Wang
2
-3
/
+7
2020-07-07
net: phy: Properly define genphy_c45_driver
Andrew Lunn
1
-0
/
+3
2020-07-07
iio: core: move event interface on the opaque struct
Alexandru Ardelean
2
-3
/
+2
2020-07-07
iio: core: move iio_dev's buffer_list to the private iio device object
Alexandru Ardelean
2
-2
/
+2
2020-07-07
iio: core: move channel list & group to private iio device object
Alexandru Ardelean
2
-5
/
+5
2020-07-07
iio: core: move debugfs data on the private iio dev info
Alexandru Ardelean
2
-12
/
+11
2020-07-07
iio: core: wrap IIO device into an iio_dev_opaque object
Alexandru Ardelean
2
-1
/
+22
2020-07-07
umd: Remove exit_umh
Eric W. Biederman
2
-17
/
+0
2020-07-07
bpfilter: Take advantage of the facilities of struct pid
Eric W. Biederman
1
-1
/
+2
2020-07-07
exit: Factor thread_group_exited out of pidfd_poll
Eric W. Biederman
1
-0
/
+2
2020-07-07
thermal: core: genetlink support for events/cmd/sampling
Daniel Lezcano
1
-17
/
+0
2020-07-07
smccc: Make constants available to assembly
Andrew Scull
1
-22
/
+22
2020-07-07
thermal: Make thermal_zone_device_is_enabled() available to core only
Andrzej Pietrasiewicz
1
-5
/
+0
2020-07-06
net: qed: sanitize BE/LE data processing
Alexander Lobakin
1
-8
/
+7
2020-07-06
Merge tag 'soc-attr-updates-5.9' of git://git.kernel.org/pub/scm/linux/kernel...
Arnd Bergmann
1
-0
/
+5
2020-07-06
regulator: pca9450: add pca9450 pmic driver
Robin Gong
1
-0
/
+219
2020-07-06
scatterlist: protect parameters of the sg_table related macros
Marek Szyprowski
1
-4
/
+4
2020-07-06
firmware: smccc: Add ARCH_SOC_ID support
Sudeep Holla
1
-0
/
+5
2020-07-05
net: dsa: felix: support half-duplex link modes
Vladimir Oltean
1
-0
/
+1
2020-07-05
Merge branch 'io_uring-5.8' into for-5.9/io_uring
Jens Axboe
2
-2
/
+7
2020-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-0
/
+30
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
1
-2
/
+2
2020-07-04
arch: remove HAVE_COPY_THREAD_TLS
Christian Brauner
1
-13
/
+0
2020-07-04
fork: remove do_fork()
Christian Brauner
1
-1
/
+0
2020-07-04
umd: Track user space drivers with struct pid
Eric W. Biederman
1
-1
/
+1
2020-07-04
exec: Remove do_execve_file
Eric W. Biederman
1
-1
/
+0
2020-07-04
umh: Stop calling do_execve_file
Eric W. Biederman
1
-1
/
+0
2020-07-04
umd: Transform fork_usermode_blob into fork_usermode_driver
Eric W. Biederman
1
-1
/
+5
2020-07-04
umd: Rename umd_info.cmdline umd_info.driver_name
Eric W. Biederman
1
-1
/
+1
2020-07-04
umd: For clarity rename umh_info umd_info
Eric W. Biederman
2
-4
/
+4
2020-07-04
umh: Separate the user mode driver and the user mode helper support
Eric W. Biederman
4
-19
/
+31
2020-07-04
umh: Remove call_usermodehelper_setup_file.
Eric W. Biederman
1
-3
/
+0
2020-07-04
umh: Capture the pid in umh_pipe_setup
Eric W. Biederman
1
-1
/
+0
2020-07-04
media: mach-omap1: board-ams-delta.c: remove soc_camera dependencies
Hans Verkuil
1
-32
/
+0
2020-07-04
genirq: Remove preflow handler support
Valentin Schneider
2
-16
/
+0
2020-07-03
sched: consistently handle layer3 header accesses in the presence of VLANs
Toke Høiland-Jørgensen
1
-0
/
+28
[prev]
[next]