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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-22
linkage: remove SYM_FUNC_{START,END}_ALIAS()
Mark Rutland
1
-30
/
+0
2022-02-22
linkage: add SYM_FUNC_ALIAS{,_LOCAL,_WEAK}()
Mark Rutland
1
-1
/
+36
2022-02-22
dm: cleanup double word in comment
Tom Rix
1
-1
/
+1
2022-02-21
dm: add dm_submit_bio_remap interface
Mike Snitzer
1
-0
/
+7
2022-02-21
random: clear fast pool, crng, and batches in cpuhp bring up
Jason A. Donenfeld
2
-0
/
+7
2022-02-21
random: pull add_hwgenerator_randomness() declaration into random.h
Jason A. Donenfeld
2
-2
/
+2
2022-02-21
random: remove useless header comment
Jason A. Donenfeld
1
-5
/
+1
2022-02-21
random: make more consistent use of integer types
Jason A. Donenfeld
2
-6
/
+6
2022-02-21
nvmem: core: Remove unused devm_nvmem_unregister()
Andy Shevchenko
1
-8
/
+0
2022-02-21
nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property
Christophe Kerello
1
-1
/
+3
2022-02-21
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
39
-102
/
+267
2022-02-21
firmware: arm_scmi: Add support for clock_enable_latency
Cristian Marussi
1
-0
/
+1
2022-02-21
firmware: arm_scmi: Add atomic support to clock protocol
Cristian Marussi
1
-0
/
+3
2022-02-21
firmware: arm_scmi: Support optional system wide atomic-threshold-us
Cristian Marussi
1
-1
/
+4
2022-02-21
slab: remove __alloc_size attribute from __kmalloc_track_caller
Greg Kroah-Hartman
1
-2
/
+1
2022-02-21
genirq: Provide generic_handle_irq_safe()
Sebastian Andrzej Siewior
1
-0
/
+1
2022-02-21
x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...
Josh Poimboeuf
1
-0
/
+11
2022-02-20
Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()
Menglong Dong
1
-0
/
+4
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue()
Menglong Dong
1
-0
/
+13
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_rcv_established()
Menglong Dong
1
-0
/
+1
2022-02-20
net: tcp: add skb drop reasons to tcp_add_backlog()
Menglong Dong
1
-0
/
+4
2022-02-20
net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
Menglong Dong
1
-0
/
+12
2022-02-20
iosys-map: Add a few more helpers
Lucas De Marchi
1
-0
/
+201
2022-02-20
iosys-map: Add offset to iosys_map_memcpy_to()
Lucas De Marchi
1
-8
/
+9
2022-02-20
ata: add/use ata_taskfile::{error|status} fields
Sergey Shtylyov
1
-2
/
+8
2022-02-19
net: phylink: remove phylink_config's pcs_poll
Russell King (Oracle)
1
-2
/
+0
2022-02-19
sched/preempt: Add PREEMPT_DYNAMIC using static keys
Mark Rutland
3
-4
/
+23
2022-02-19
sched/preempt: Simplify irqentry_exit_cond_resched() callers
Mark Rutland
1
-3
/
+6
2022-02-19
sched/preempt: Refactor sched_dynamic_update()
Mark Rutland
1
-0
/
+2
2022-02-19
sched: Fix yet more sched_fork() races
Peter Zijlstra
1
-2
/
+2
2022-02-19
net: Add new protocol attribute to IP addresses
Jacques de Laval
1
-0
/
+1
2022-02-19
ata: libata: make ata_host_suspend() *void*
Sergey Shtylyov
1
-1
/
+1
2022-02-18
Merge tag 'block-5.17-2022-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2022-02-18
Merge tag 'mtd/spi-mem-ecc-for-5.18' into mtd/next
Miquel Raynal
5
-11
/
+118
2022-02-18
iwlwifi: mvm: refactor setting PPE thresholds in STA_HE_CTXT_CMD
Miri Korenblit
1
-0
/
+1
2022-02-18
PCI: Add defines for normal and subtractive PCI bridges
Pali Rohár
1
-0
/
+2
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+4
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-5
/
+4
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-21
/
+14
2022-02-17
Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+1
2022-02-17
mm/munlock: maintain page->mlock_count while unevictable
Hugh Dickins
2
-5
/
+25
2022-02-17
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
1
-8
/
+9
2022-02-17
mm/munlock: delete FOLL_MLOCK and FOLL_POPULATE
Hugh Dickins
1
-2
/
+0
2022-02-17
mm/munlock: delete page_mlock() and all its works
Hugh Dickins
1
-6
/
+0
2022-02-17
usb: typec: Factor out non-PD fwnode properties
Samuel Holland
1
-0
/
+3
2022-02-17
block: fix surprise removal for drivers calling blk_set_queue_dying
Christoph Hellwig
1
-1
/
+2
2022-02-17
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
6
-9
/
+9
2022-02-17
block: add a ->free_disk method
Christoph Hellwig
1
-0
/
+2
2022-02-17
blk-mq: remove the request_queue argument to blk_insert_cloned_request
Christoph Hellwig
1
-2
/
+1
[prev]
[next]