index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-29
net: skip virtio_net_hdr_set_proto if protocol already set
Willem de Bruijn
1
-0
/
+3
2021-12-29
net: accept UFOv6 packages in virtio_net_hdr_to_skb
Willem de Bruijn
1
-2
/
+20
2021-12-14
wait: add wake_up_pollfree()
Eric Biggers
1
-0
/
+26
2021-12-14
HID: add hid_is_usb() function to make it simpler for USB detection
Greg Kroah-Hartman
1
-0
/
+5
2021-12-08
siphash: use _unaligned version by default
Arnd Bergmann
1
-10
/
+4
2021-12-08
fs: add fget_many() and fput_many()
Jens Axboe
2
-1
/
+5
2021-12-08
kprobes: Limit max data_size of the kretprobe instances
Masami Hiramatsu
1
-0
/
+2
2021-12-08
shm: extend forced shm destroy to support objects from several IPC nses
Alexander Mikhalitsyn
3
-3
/
+27
2021-12-08
xen: sync include/xen/interface/io/ring.h with Xen's newest version
Juergen Gross
1
-135
/
+158
2021-12-08
NFC: add NCI_UNREG flag to eliminate the race
Lin Ma
1
-0
/
+1
2021-12-08
hugetlbfs: flush TLBs correctly after huge_pmd_unshare
Nadav Amit
1
-0
/
+2
2021-12-08
PCI: Add PCI_EXP_LNKCTL2_TLS* macros
Frederick Lawler
1
-0
/
+5
2021-12-08
net: ieee802154: handle iftypes as u32
Alexander Aring
1
-3
/
+4
2021-11-26
RDMA/netlink: Add __maybe_unused to static inline in C file
Leon Romanovsky
1
-1
/
+1
2021-11-26
net: virtio_net_hdr_to_skb: count transport header in UFO
Jonathan Davies
1
-1
/
+6
2021-11-26
scsi: target: Fix ordered tag handling
Mike Christie
1
-2
/
+4
2021-11-26
PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros
Pali Rohár
1
-0
/
+6
2021-11-26
llc: fix out-of-bound array index in llc_sk_dev_hash()
Eric Dumazet
1
-1
/
+3
2021-11-26
rpmsg: Fix rpmsg_create_ept return when RPMSG config is not defined
Arnaud Pouliquen
1
-1
/
+1
2021-11-26
task_stack: Fix end_of_stack() for architectures with upwards-growing stack
Helge Deller
1
-0
/
+4
2021-11-26
serial: core: Fix initializing and restoring termios speed
Pali Rohár
1
-0
/
+2
2021-11-26
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
1
-0
/
+1
2021-11-26
libata: fix read log timeout value
Damien Le Moal
1
-1
/
+1
2021-11-26
binder: use cred instead of task for selinux checks
Todd Kjos
2
-28
/
+28
2021-11-12
block: introduce multi-page bvec helpers
Ming Lei
1
-3
/
+27
2021-11-12
arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
Arnd Bergmann
1
-0
/
+13
2021-10-27
elfcore: correct reference to CONFIG_UML
Lukas Bulwahn
1
-1
/
+1
2021-10-17
sched: Always inline is_percpu_thread()
Peter Zijlstra
1
-1
/
+1
2021-10-09
lib/timerqueue: Rely on rbtree semantics for next timer
Davidlohr Bueso
1
-7
/
+6
2021-10-09
libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.
Kate Hsuan
1
-0
/
+1
2021-10-09
net: mdio: introduce a shutdown method to mdio device drivers
Vladimir Oltean
1
-0
/
+3
2021-10-06
cred: allow get_cred() and put_cred() to be given NULL.
NeilBrown
1
-5
/
+9
2021-10-06
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
1
-0
/
+2
2021-10-06
compiler.h: Introduce absolute_pointer macro
Guenter Roeck
1
-0
/
+2
2021-09-22
PCI: Sync __pci_register_driver() stub for CONFIG_PCI=n
Andy Shevchenko
1
-2
/
+3
2021-09-22
mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
David Hildenbrand
1
-2
/
+2
2021-09-22
net/af_unix: fix a data-race in unix_dgram_poll
Eric Dumazet
1
-1
/
+1
2021-09-22
mm/hugetlb: initialize hugetlb_usage in mm_init
Liu Zixian
1
-0
/
+9
2021-09-22
serial: 8250: Define RX trigger levels for OxSemi 950 devices
Maciej W. Rozycki
1
-0
/
+1
2021-09-22
crypto: public_key: fix overflow during implicit conversion
zhenwei pi
1
-2
/
+2
2021-09-22
include/linux/list.h: add a macro to test if entry is pointing to the head
Andy Shevchenko
1
-10
/
+19
2021-09-22
power: supply: max17042_battery: fix typo in MAx17042_TOFF
Sebastian Krzyszkowiak
1
-1
/
+1
2021-08-26
vmlinux.lds.h: Handle clang's module.{c,d}tor sections
Nathan Chancellor
1
-0
/
+1
2021-08-26
PCI/MSI: Protect msi_desc::masked for multi-MSI
Thomas Gleixner
2
-1
/
+2
2021-08-26
psample: Add a fwd declaration for skbuff
Roi Dayan
1
-0
/
+2
2021-08-15
usb: otg-fsm: Fix hrtimer list corruption
Dmitry Osipenko
1
-0
/
+1
2021-08-15
Bluetooth: defer cleanup of resources in hci_unregister_dev()
Tetsuo Handa
1
-0
/
+1
2021-08-08
regulator: rt5033: Fix n_voltages settings for BUCK and LDO
Axel Lin
1
-2
/
+2
2021-08-04
net: llc: fix skb_over_panic
Pavel Skripkin
1
-8
/
+23
2021-08-04
gro: ensure frag0 meets IP header alignment
Eric Dumazet
1
-0
/
+9
[next]