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-06-11
nvmem: prepare basics for FRAM support
Jiri Prchal
1
-0
/
+1
2021-06-11
perf: Add EVENT_ATTR_ID to simplify event attributes
Qi Liu
1
-0
/
+6
2021-06-11
drm/vma: Add a driver_private member to vma_node.
Maarten Lankhorst
1
-1
/
+1
2021-06-11
Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into drm-next
Dave Airlie
1
-0
/
+3
2021-06-10
audit: remove trailing spaces and tabs
Zhen Lei
1
-2
/
+2
2021-06-10
io_uring: add feature flag for rsrc tags
Pavel Begunkov
1
-0
/
+1
2021-06-10
io_uring: change registration/upd/rsrc tagging ABI
Pavel Begunkov
1
-9
/
+9
2021-06-10
inet: annotate date races around sk->sk_txhash
Eric Dumazet
1
-3
/
+7
2021-06-10
net: annotate data race in sock_error()
Eric Dumazet
1
-1
/
+6
2021-06-10
Merge tag 'mlx5-updates-2021-06-09' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
3
-9
/
+55
2021-06-10
netlink: simplify NLMSG_DATA with NLMSG_HDRLEN
Chen Li
1
-2
/
+3
2021-06-11
drivers/soc/litex: remove 8-bit subregister option
Gabriel Somlo
1
-88
/
+15
2021-06-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-0
/
+1
2021-06-10
bootconfig: Share the checksum function with tools
Masami Hiramatsu
1
-0
/
+20
2021-06-10
bootconfig: Support mixing a value and subkeys under a key
Masami Hiramatsu
1
-0
/
+32
2021-06-10
bootconfig: Change array value to use child node
Masami Hiramatsu
1
-3
/
+3
2021-06-10
drm/doc: document how userspace should find out CRTC index
Leandro Ribeiro
1
-2
/
+2
2021-06-10
soc: qcom: rpmpd: Add MDM9607 RPM Power Domains
Konrad Dybcio
1
-0
/
+8
2021-06-10
csum_and_copy_to_iter(): massage into form closer to csum_and_copy_from_iter()
Al Viro
1
-6
/
+8
2021-06-10
iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing variant
Al Viro
1
-2
/
+2
2021-06-10
sanitize iov_iter_fault_in_readable()
Al Viro
1
-1
/
+1
2021-06-10
iov_iter: separate direction from flavour
Al Viro
1
-14
/
+10
2021-06-10
iov_iter: switch ..._full() variants of primitives to use of iov_iter_revert()
Al Viro
1
-11
/
+21
2021-06-10
trace: replace WB_REASON_FOREIGN_FLUSH with a string
Chunguang Xu
1
-1
/
+2
2021-06-10
sched/tracing: Remove the redundant 'success' in the sched tracepoint
Ed Tsai
1
-2
/
+0
2021-06-10
memory: pl353-smc: Let lower level controller drivers handle inits
Miquel Raynal
1
-30
/
+0
2021-06-10
scsi: blkcg: Add app identifier support for blkcg
Muneendra Kumar
1
-0
/
+63
2021-06-10
scsi: cgroup: Add cgroup_get_from_id()
Muneendra Kumar
1
-0
/
+6
2021-06-10
Merge tag 'renesas-r9a07g044-dt-binding-defs-tag' into renesas-arm-dt-for-v5.14
Geert Uytterhoeven
1
-0
/
+89
2021-06-10
dt-bindings: clock: Add r9a07g044 CPG Clock Definitions
Lad Prabhakar
1
-0
/
+89
2021-06-10
ACPI: Add \_SB._OSC bit for PRM
Erik Kaneda
1
-0
/
+1
2021-06-10
ACPI: PRM: implement OperationRegion handler for the PlatformRtMechanism subtype
Erik Kaneda
2
-0
/
+8
2021-06-10
ACPICA: Add PRMT module header to facilitate parsing
Erik Kaneda
1
-0
/
+5
2021-06-10
genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()
Marc Zyngier
1
-10
/
+4
2021-06-10
genirq: Add generic_handle_domain_irq() helper
Marc Zyngier
1
-0
/
+2
2021-06-10
irqdesc: Fix __handle_domain_irq() comment
Marc Zyngier
1
-2
/
+1
2021-06-10
genirq: Use irq_resolve_mapping() to implement __handle_domain_irq() and co
Marc Zyngier
1
-0
/
+1
2021-06-10
irqdomain: Introduce irq_resolve_mapping()
Marc Zyngier
1
-2
/
+21
2021-06-10
irqdomain: Protect the linear revmap with RCU
Marc Zyngier
1
-2
/
+3
2021-06-10
irqdomain: Cache irq_data instead of a virq number in the revmap
Marc Zyngier
1
-2
/
+2
2021-06-10
irqdomain: Make normal and nomap irqdomains exclusive
Marc Zyngier
1
-3
/
+3
2021-06-10
powerpc: Move the use of irq_domain_add_nomap() behind a config option
Marc Zyngier
1
-2
/
+6
2021-06-10
irqdomain: Reimplement irq_linear_revmap() with irq_find_mapping()
Marc Zyngier
1
-13
/
+9
2021-06-10
irqdomain: Kill irq_domain_add_legacy_isa
Marc Zyngier
1
-11
/
+0
2021-06-10
ALSA: core: Fix build error due to missing PAGE_SIZE
Takashi Iwai
1
-1
/
+2
2021-06-10
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
5
-34
/
+399
2021-06-10
ASoC: hdmi-codec: Add a prepare hook
Maxime Ripard
1
-1
/
+11
2021-06-10
ALSA: core: Move mmap handler into memalloc ops
Takashi Iwai
1
-0
/
+3
2021-06-10
ALSA: core: Abstract memory alloc helpers
Takashi Iwai
2
-63
/
+6
2021-06-10
ALSA: core: Drop snd_sgbuf_get_ptr()
Takashi Iwai
2
-30
/
+0
[prev]
[next]