index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-30
Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-20
/
+53
2021-07-30
sk_buff: avoid potentially clearing 'slow_gro' field
Paolo Abeni
1
-1
/
+1
2021-07-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Linus Torvalds
1
-0
/
+2
2021-07-30
net: netlink: Remove unused function
Yajun Deng
1
-23
/
+0
2021-07-30
padata: Convert from atomic_t to refcount_t on parallel_data->refcnt
Xiyu Yang
1
-1
/
+2
2021-07-29
fpga: dfl: expose feature revision from struct dfl_device
Martin Hundebøll
1
-0
/
+1
2021-07-29
gpiolib: convert 'devprop_gpiochip_set_names' to support multiple gpiochip banks per device
Sergio Paracuellos
1
-0
/
+4
2021-07-29
mei: constify passed buffers and structures
Krzysztof Kozlowski
1
-4
/
+5
2021-07-29
printk: Add printk.console_no_auto_verbose boot parameter
Dmitry Safonov
1
-5
/
+1
2021-07-29
printk: Remove console_silent()
Dmitry Safonov
1
-5
/
+0
2021-07-29
mctp: Add device handling and netlink interface
Jeremy Kerr
1
-0
/
+4
2021-07-29
mctp: Add MCTP base
Jeremy Kerr
1
-1
/
+5
2021-07-29
sk_buff: track dst status in slow_gro
Paolo Abeni
1
-0
/
+2
2021-07-29
sk_buff: introduce 'slow_gro' flags
Paolo Abeni
1
-0
/
+4
2021-07-29
memory: omap-gpmc: Drop custom PM calls with cpu_pm notifier
Tony Lindgren
1
-3
/
+0
2021-07-28
fscrypt: document struct fscrypt_operations
Eric Biggers
1
-4
/
+105
2021-07-28
scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsi
Christoph Hellwig
1
-11
/
+0
2021-07-28
scsi: scsi_ioctl: Simplify SCSI passthrough permission checking
Christoph Hellwig
1
-1
/
+1
2021-07-28
scsi: bsg: Move bsg_scsi_ops to drivers/scsi/
Christoph Hellwig
2
-9
/
+4
2021-07-28
scsi: block: Add a queue_max_bytes() helper
Christoph Hellwig
1
-0
/
+5
2021-07-28
scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()
Christoph Hellwig
1
-1
/
+0
2021-07-28
scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()
Christoph Hellwig
1
-2
/
+0
2021-07-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-20
/
+53
2021-07-29
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
1
-1
/
+1
2021-07-29
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
1
-0
/
+15
2021-07-28
remoteproc: fix kernel doc for struct rproc_ops
Dong Aisheng
1
-3
/
+2
2021-07-28
nubus: Make struct nubus_driver::remove return void
Uwe Kleine-König
1
-1
/
+1
2021-07-28
sched: Add task_work callback for paranoid L1D flush
Balbir Singh
1
-0
/
+10
2021-07-27
bpf, sockmap: Fix memleak on ingress msg enqueue
John Fastabend
1
-19
/
+35
2021-07-27
clk: x86: Rename clk-lpt to more specific clk-lpss-atom
Andy Shevchenko
1
-1
/
+1
2021-07-27
Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-0
/
+1
2021-07-27
net: bonding: move ioctl handling to private ndo operation
Arnd Bergmann
1
-3
/
+10
2021-07-27
net: bridge: move bridge ioctls out of .ndo_do_ioctl
Arnd Bergmann
1
-1
/
+6
2021-07-27
net: split out ndo_siowandev ioctl
Arnd Bergmann
2
-2
/
+4
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-0
/
+6
2021-07-27
dev_ioctl: pass SIOCDEVPRIVATE data separately
Arnd Bergmann
1
-2
/
+2
2021-07-27
hamradio: use ndo_siocdevprivate
Arnd Bergmann
1
-1
/
+1
2021-07-27
net: split out SIOCDEVPRIVATE handling from dev_ioctl
Arnd Bergmann
1
-0
/
+3
2021-07-27
Merge tag 'fpga-for-5.15-early' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2021-07-27
kdb: Rename members of struct kdbtab_t
Sumit Garg
1
-6
/
+6
2021-07-27
kdb: Get rid of redundant kdb_register_flags()
Sumit Garg
1
-10
/
+17
2021-07-27
usb: otg-fsm: Fix hrtimer list corruption
Dmitry Osipenko
1
-0
/
+1
2021-07-27
usb: common: add helper to get role-switch-default-mode
Chunfeng Yun
1
-0
/
+1
2021-07-27
Merge tag 'bus_remove_return_void-5.15' into next
Vinod Koul
14
-19
/
+70
2021-07-27
vt: keyboard.c: make console an unsigned int
Greg Kroah-Hartman
1
-15
/
+15
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-1
/
+0
2021-07-27
tty: make tty_set_operations an inline
Jiri Slaby
1
-2
/
+6
2021-07-27
tty: drop alloc_tty_driver
Jiri Slaby
1
-12
/
+0
2021-07-27
tty: tty_flip.h needs only tty_buffer and tty_port
Jiri Slaby
1
-1
/
+2
2021-07-27
tty: move tty_port to new tty_port.h
Jiri Slaby
2
-195
/
+209
[prev]
[next]