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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-23
mlx5: remove unused static inlines
Jakub Kicinski
1
-10
/
+0
2022-02-23
Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-next
Rodrigo Vivi
4
-3
/
+270
2022-02-23
Merge tag 'slab-for-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Linus Torvalds
1
-2
/
+1
2022-02-23
powercap/dtpm: Destroy hierarchy function
Daniel Lezcano
1
-0
/
+3
2022-02-23
kernfs: move struct kernfs_root out of the public view.
Greg Kroah-Hartman
1
-0
/
+4
2022-02-23
nvme-tcp: send H2CData PDUs based on MAXH2CDATA
Varun Prakash
1
-0
/
+1
2022-02-23
Merge tag 'irq-api-2022-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into i2c/for-mergewindow
Wolfram Sang
40
-108
/
+273
2022-02-23
net: bridge: Add support for bridge port in locked mode
Hans Schultz
1
-0
/
+1
2022-02-23
drop_monitor: remove quadratic behavior
Eric Dumazet
1
-1
/
+3
2022-02-23
sched/headers: Make the <linux/sched/deadline.h> header build standalone
Ingo Molnar
1
-0
/
+2
2022-02-23
sched/headers: Add initial new headers as identity mappings
Ingo Molnar
32
-0
/
+32
2022-02-23
sched/headers: Fix header to build standalone: <linux/sched_clock.h>
Ingo Molnar
1
-0
/
+2
2022-02-22
net: preserve skb_end_offset() in skb_unclone_keeptruesize()
Eric Dumazet
1
-9
/
+9
2022-02-22
net: add skb_set_end_offset() helper
Eric Dumazet
1
-0
/
+10
2022-02-22
scsi: block: Remove REQ_OP_WRITE_SAME support
Christoph Hellwig
3
-24
/
+0
2022-02-22
scsi: dm: Remove WRITE_SAME support
Christoph Hellwig
1
-6
/
+0
2022-02-22
kasan: split kasan_*enabled() functions into a separate header
Peter Collingbourne
2
-22
/
+34
2022-02-22
fork: Move task stack accounting to do_exit()
Sebastian Andrzej Siewior
1
-0
/
+2
2022-02-22
vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGA
Alex Williamson
1
-0
/
+9
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 reporting
Josh Poimboeuf
1
-0
/
+11
2022-02-20
Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
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-19
iosys-map: Add a few more helpers
Lucas De Marchi
1
-0
/
+201
2022-02-19
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
[prev]
[next]