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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-23
drm/amdgpu: add cyan_skillfish asic type
Tao Zhou
1
-8
/
+9
2021-07-23
ima: Add digest and digest_len params to the functions to measure a buffer
Roberto Sassu
1
-2
/
+3
2021-07-23
ima: Return int in the functions to measure a buffer
Roberto Sassu
1
-6
/
+9
2021-07-23
ima: Introduce ima_get_current_hash_algo()
Roberto Sassu
1
-0
/
+7
2021-07-23
net: socket: rework compat_ifreq_ioctl()
Arnd Bergmann
1
-0
/
+2
2021-07-23
net: socket: simplify dev_ifconf handling
Arnd Bergmann
1
-1
/
+1
2021-07-23
net: socket: remove register_gifconf
Arnd Bergmann
2
-8
/
+9
2021-07-23
ethtool: improve compat ioctl handling
Arnd Bergmann
1
-4
/
+0
2021-07-23
compat: make linux/compat.h available everywhere
Arnd Bergmann
2
-17
/
+32
2021-07-23
asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
Arnd Bergmann
1
-17
/
+11
2021-07-23
drm/i915/uapi: reject set_domain for discrete
Matthew Auld
1
-0
/
+19
2021-07-22
Merge tag 'drm-fixes-2021-07-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+1
2021-07-23
Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
8
-98
/
+291
2021-07-23
Merge tag 'drm-misc-fixes-2021-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
1
-0
/
+1
2021-07-22
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-25
/
+1
2021-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-3
/
+28
2021-07-22
hv: hyperv.h: Remove unused inline functions
Sonia Sharma
1
-16
/
+0
2021-07-22
net: bridge: move the switchdev object replay helpers to "push" mode
Vladimir Oltean
1
-36
/
+18
2021-07-22
net: bridge: switchdev: let drivers inform which bridge ports are offloaded
Vladimir Oltean
1
-0
/
+21
2021-07-22
media: rc: rename s_learning_mode() to s_wideband_receiver()
Sean Young
1
-2
/
+2
2021-07-22
media: rc-loopback: max_timeout of UINT_MAX does not work
Sean Young
1
-0
/
+1
2021-07-21
scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGE
Martin Kepplinger
2
-3
/
+4
2021-07-21
fpga: fix spelling mistakes
Tom Rix
1
-1
/
+1
2021-07-21
Merge tag 'regulator-fix-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
1
-2
/
+2
2021-07-21
Merge tag 'afs-fixes-20210721' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
1
-5
/
+62
2021-07-21
Merge tag 'asoc-fix-v5.14-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
Takashi Iwai
1
-0
/
+6
2021-07-21
cgroup1: fix leaked context root causing sporadic NULL deref in LTP
Paul Gortmaker
1
-0
/
+1
2021-07-21
drm/i915: Add TTM offset argument to mmap.
Maarten Lankhorst
1
-11
/
+36
2021-07-21
net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forward
Vadim Fedorenko
1
-4
/
+18
2021-07-21
net: ipv6: introduce ip6_dst_mtu_maybe_forward
Vadim Fedorenko
1
-2
/
+3
2021-07-21
ipv6: ioam: Support for IOAM injection with lwtunnels
Justin Iurman
5
-0
/
+38
2021-07-21
ipv6: ioam: IOAM Generic Netlink API
Justin Iurman
2
-0
/
+65
2021-07-21
ipv6: ioam: Data plane support for Pre-allocated Trace
Justin Iurman
7
-0
/
+96
2021-07-21
uapi: IPv6 IOAM headers definition
Justin Iurman
1
-0
/
+123
2021-07-21
net: switchdev: remove stray semicolon in switchdev_handle_fdb_del_to_device shim
Vladimir Oltean
1
-1
/
+1
2021-07-21
afs: Fix tracepoint string placement with built-in AFS
David Howells
1
-5
/
+62
2021-07-21
drivers: firmware: Add PDI load API support
Nava kishore Manne
1
-0
/
+10
2021-07-21
serial: 8250: fix handle_irq locking
Johan Hovold
1
-0
/
+24
2021-07-21
Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"
Jonathan Marek
1
-25
/
+1
2021-07-21
dt-bindings: reset: pdc: Add PDC Global bindings
Sibi Sankar
1
-0
/
+2
2021-07-21
drivers/firmware: consolidate EFI framebuffer setup for all arches
Javier Martinez Canillas
1
-13
/
+13
2021-07-21
drivers/firmware: move x86 Generic System Framebuffers support
Javier Martinez Canillas
1
-0
/
+94
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-1
/
+1
2021-07-21
PCI: endpoint: Make struct pci_epf_driver::remove return void
Uwe Kleine-König
1
-1
/
+1
2021-07-21
staging: hikey9xx: split hi6421v600 irq into a separate driver
Mauro Carvalho Chehab
1
-4
/
+0
2021-07-21
staging: hi6421-spmi-pmic: rename GPIO IRQ OF node
Mauro Carvalho Chehab
1
-1
/
+0
2021-07-21
vgaarb: don't pass a cookie to vga_client_register
Christoph Hellwig
1
-5
/
+5
2021-07-21
vgaarb: remove the unused irq_set_state argument to vga_client_register
Christoph Hellwig
1
-3
/
+1
2021-07-21
vgaarb: provide a vga_client_unregister wrapper
Christoph Hellwig
1
-0
/
+5
2021-07-21
vgaarb: cleanup vgaarb.h
Christoph Hellwig
1
-48
/
+42
[prev]
[next]