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-09-15
Merge drm/drm-next into drm-intel-gt-next
Joonas Lahtinen
630
-6390
/
+20203
2021-09-14
drivers/cdrom: improved ioctl for media change detection
Lukas Prediger
2
-0
/
+20
2021-09-14
bpf: Support for new btf kind BTF_KIND_TAG
Yonghong Song
1
-1
/
+13
2021-09-14
btf: Change BTF_KIND_* macros to enums
Yonghong Song
1
-19
/
+22
2021-09-14
clk: mediatek: Add dt-bindings of MT8195 clocks
Chun-Jie Chen
1
-0
/
+864
2021-09-14
drm/i915/dg1: Add new PCI id
José Roberto de Souza
1
-1
/
+2
2021-09-14
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
1
-0
/
+1
2021-09-14
bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS prog
Hou Tao
1
-1
/
+2
2021-09-14
mtd: Remove obsolete macros only used by the old nand_ecclayout struct
GONG, Ruiqi
1
-2
/
+0
2021-09-14
kernfs: remove the unused lockdep_key field in struct kernfs_ops
Christoph Hellwig
1
-4
/
+0
2021-09-14
kernfs: remove kernfs_create_file and kernfs_create_file_ns
Christoph Hellwig
1
-24
/
+0
2021-09-14
iov_iter: add helper to save iov_iter state
Jens Axboe
1
-0
/
+15
2021-09-14
arch: remove unused function syscall_set_arguments()
Peter Collingbourne
1
-16
/
+0
2021-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-110
/
+28
2021-09-14
net/smc: add generic netlink support for system EID
Karsten Graul
1
-0
/
+12
2021-09-14
net/smc: add support for user defined EIDs
Karsten Graul
1
-0
/
+15
2021-09-14
drm/edid: parse the DisplayID v2.0 VESA vendor block for MSO
Jani Nikula
2
-0
/
+25
2021-09-14
drm/displayid: add DisplayID v2.0 data blocks and primary use cases
Jani Nikula
1
-0
/
+29
2021-09-14
drm/displayid: re-align data block macros
Jani Nikula
1
-28
/
+29
2021-09-14
iio: st_sensors: remove reference to parent device object on st_sensor_data
Alexandru Ardelean
1
-2
/
+0
2021-09-14
iio: st_sensors: remove all driver remove functions
Alexandru Ardelean
1
-4
/
+0
2021-09-14
iio: st_sensors: remove st_sensors_power_disable() function
Alexandru Ardelean
1
-2
/
+0
2021-09-14
iio: st_sensors: remove st_sensors_deallocate_trigger() function
Alexandru Ardelean
1
-5
/
+0
2021-09-14
kobject: unexport kobject_create() in kobject.h
Qu Wenruo
1
-1
/
+0
2021-09-14
nitro_enclaves: Add fixes for checkpatch spell check reports
Andra Paraschiv
1
-5
/
+5
2021-09-14
usb: core: hcd: Add support for deferring roothub registration
Kishon Vijay Abraham I
1
-0
/
+2
2021-09-14
drm/bridge: Add a function to abstract away panels
Maxime Ripard
1
-0
/
+2
2021-09-14
include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakage
Eugene Syromiatnikov
1
-3
/
+3
2021-09-14
x86/mce: Avoid infinite loop for copy from user recovery
Tony Luck
1
-0
/
+1
2021-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
565
-5782
/
+18907
2021-09-14
nvmem: core: Add stubs for nvmem_cell_read_variable_le_u32/64 if !CONFIG_NVMEM
Douglas Anderson
1
-0
/
+14
2021-09-14
binder: fix freeze race
Li Li
1
-0
/
+7
2021-09-13
kcsan: Save instruction pointer for scoped accesses
Marco Elver
1
-0
/
+3
2021-09-13
rcutorture: Warn on individual rcu_torture_init() error conditions
Paul E. McKenney
1
-0
/
+8
2021-09-13
bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode
Daniel Borkmann
2
-101
/
+28
2021-09-13
Bluetooth: Add bt_skb_sendmmsg helper
Luiz Augusto von Dentz
1
-0
/
+38
2021-09-13
Bluetooth: Add bt_skb_sendmsg helper
Luiz Augusto von Dentz
1
-0
/
+28
2021-09-13
cifs: remove pathname for file from SPDX header
Steve French
1
-1
/
+0
2021-09-13
bpf: Introduce helper bpf_get_branch_snapshot
Song Liu
1
-0
/
+22
2021-09-13
perf: Enable branch record for software events
Song Liu
1
-0
/
+23
2021-09-13
workqueue: annotate alloc_workqueue() as printf
Rolf Eike Beer
1
-3
/
+2
2021-09-13
Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)
Linus Torvalds
5
-183
/
+4
2021-09-13
Drop some straggling mentions of gcc-4.9 as being stale
Linus Torvalds
1
-1
/
+0
2021-09-13
compiler_attributes.h: drop __has_attribute() support for gcc4
Linus Torvalds
1
-20
/
+0
2021-09-13
vmlinux.lds.h: remove old check for GCC 4.9
Nick Desaulniers
1
-4
/
+0
2021-09-13
compiler-gcc.h: drop checks for older GCC versions
Nick Desaulniers
1
-3
/
+1
2021-09-13
compiler.h: drop fallback overflow checkers
Nick Desaulniers
3
-152
/
+3
2021-09-13
ACPICA: Add support for MADT online enabled bit
Mario Limonciello
1
-0
/
+1
2021-09-13
io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg items
Eugene Syromiatnikov
1
-1
/
+7
2021-09-13
rpmsg: Fix rpmsg_create_ept return when RPMSG config is not defined
Arnaud Pouliquen
1
-1
/
+1
[prev]
[next]