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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-04
cpu/speculation: Uninline and export CPU mitigations helpers
Tyler Hicks
1
-23
/
+2
2019-11-04
x86/bugs: Add ITLB_MULTIHIT bug infrastructure
Vineela Tummalapalli
1
-0
/
+2
2019-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Thomas Gleixner
29
-84
/
+180
2019-11-04
quota: Drop dquot_enable()
Jan Kara
1
-2
/
+0
2019-11-04
quota: Rename vfs_load_quota_inode() to dquot_load_quota_inode()
Jan Kara
1
-0
/
+2
2019-11-04
quota: Factor out setup of quota inode
Jan Kara
1
-0
/
+2
2019-11-03
NFSv4.1: Don't rebind to the same source port when reconnecting to the server
Trond Myklebust
3
-1
/
+4
2019-11-03
NFS/pnfs: Separate NFSv3 DS and MDS traffic
Trond Myklebust
1
-0
/
+1
2019-11-03
NFS: Add a flag to tell nfs_client to set RPC_CLNT_CREATE_NOPING
Trond Myklebust
1
-0
/
+1
2019-11-03
NFSv3: Clean up timespec encode
Trond Myklebust
1
-1
/
+1
2019-11-03
NFS: Convert struct nfs_fattr to use struct timespec64
Trond Myklebust
2
-7
/
+7
2019-11-03
Merge tag 'tegra-for-5.5-dt-bindings' of git://git.kernel.org/pub/scm/linux/k...
Olof Johansson
2
-2
/
+4
2019-11-03
Merge tag 'renesas-drivers-for-v5.5-tag2' of git://git.kernel.org/pub/scm/lin...
Olof Johansson
2
-0
/
+97
2019-11-03
Merge tag 'renesas-arm64-dt-for-v5.5-tag2' of git://git.kernel.org/pub/scm/li...
Olof Johansson
2
-0
/
+97
2019-11-03
Merge tag 'omap-for-v5.5/prm-signed' of git://git.kernel.org/pub/scm/linux/ke...
Olof Johansson
1
-0
/
+21
2019-11-03
Merge tag 'realtek-arm64-dt-for-5.5' of git://git.kernel.org/pub/scm/linux/ke...
Olof Johansson
1
-0
/
+111
2019-11-03
Merge branch 'for_5.5/driver-soc' of git://git.kernel.org/pub/scm/linux/kerne...
Olof Johansson
1
-0
/
+21
2019-11-04
Merge tag 'drm-intel-next-2019-11-01-1' of git://anongit.freedesktop.org/drm/...
Dave Airlie
1
-0
/
+15
2019-11-04
Merge tag 'drm/tegra/for-5.5-rc1' of git://anongit.freedesktop.org/tegra/linu...
Dave Airlie
1
-8
/
+18
2019-11-04
Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
10
-90
/
+93
2019-11-03
pinctrl: at91: Enable slewrate by default on SAM9X60
Codrin Ciubotariu
1
-2
/
+2
2019-11-03
debugfs: Add debugfs_create_xul() for hexadecimal unsigned long
Geert Uytterhoeven
1
-0
/
+21
2019-11-03
leds: core: Fix leds.h structure documentation
Dan Murphy
1
-3
/
+2
2019-11-03
leds: core: Remove extern from header
Dan Murphy
1
-51
/
+44
2019-11-03
leds: flash: Add devm_* functions to the flash class
Dan Murphy
1
-0
/
+14
2019-11-03
leds: flash: Remove extern from the header file
Dan Murphy
1
-12
/
+10
2019-11-03
leds: flash: Convert non extended registration to inline
Dan Murphy
1
-2
/
+5
2019-11-03
leds: remove PAGE_SIZE limit of /sys/class/leds/<led>/trigger
Akinobu Mita
1
-5
/
+0
2019-11-03
debugfs: remove return value of debugfs_create_atomic_t()
Greg Kroah-Hartman
1
-7
/
+6
2019-11-03
idr: Fix integer overflow in idr_for_each_entry
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-11-03
iio: imu: adis: assign value only if return code zero in read funcs
Alexandru Ardelean
1
-2
/
+4
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-77
/
+145
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
36
-124
/
+251
2019-11-02
bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpers
Daniel Borkmann
1
-40
/
+82
2019-11-02
uaccess: Add strict non-pagefault kernel-space read function
Daniel Borkmann
1
-0
/
+4
2019-11-02
uaccess: Add non-pagefault user-space write function
Daniel Borkmann
1
-0
/
+12
2019-11-02
debugfs: remove return value of debugfs_create_x8()
Greg Kroah-Hartman
1
-8
/
+4
2019-11-02
driver core: Allow fwnode_operations.add_links to differentiate errors
Saravana Kannan
1
-4
/
+9
2019-11-02
driver core: Allow a device to wait on optional suppliers
Saravana Kannan
1
-0
/
+3
2019-11-02
driver core: Add device link support for SYNC_STATE_ONLY flag
Saravana Kannan
1
-0
/
+2
2019-11-01
radix tree: Remove radix_tree_iter_find
Matthew Wilcox (Oracle)
1
-18
/
+0
2019-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
21
-79
/
+116
2019-11-01
Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+5
2019-11-01
scsi: core: avoid host-wide host_busy counter for scsi_mq
Ming Lei
2
-2
/
+2
2019-11-02
xsk: Restructure/inline XSKMAP lookup/redirect/flush
Björn Töpel
2
-37
/
+39
2019-11-01
IB/mlx5: Introduce and use mlx5_core_is_vf()
Parav Pandit
1
-0
/
+5
2019-11-01
Merge tag 'mips_fixes_5.4_3' into mips-next
Paul Burton
12
-17
/
+98
2019-11-01
io_uring: remove io_uring_add_to_prev() trace event
Jens Axboe
1
-29
/
+0
2019-11-01
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2019-11-01
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+17
[prev]
[next]