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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-05
ACPI: bus: Eliminate acpi_bus_get_device()
Rafael J. Wysocki
1
-1
/
+0
2022-04-05
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-6
/
+0
2022-04-05
ASoC: dt-bindings: cs35l45: Cirrus Logic CS35L45 Smart Amp
Richard Fitzgerald
1
-0
/
+20
2022-04-05
ASoC: soc-utils: Add helper to calculate BCLK from TDM info
Richard Fitzgerald
1
-0
/
+2
2022-04-05
ASoC: soc.h: Add SOC_SINGLE_S_TLV() macro
Richard Fitzgerald
1
-0
/
+2
2022-04-05
firewire: add kernel API to access packet structure in request structure for AR context
Takashi Sakamoto
1
-0
/
+1
2022-04-05
firewire: add kernel API to access CYCLE_TIME register
Takashi Sakamoto
1
-0
/
+2
2022-04-05
module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
Christophe Leroy
1
-0
/
+8
2022-04-05
module: Move kdb module related code out of main kdb code
Aaron Tomlin
1
-0
/
+1
2022-04-05
module: Move extra signature support out of core code
Aaron Tomlin
1
-5
/
+7
2022-04-05
module: Move livepatch support to a separate file
Aaron Tomlin
1
-6
/
+3
2022-04-05
kobject: kobj_type: remove default_attrs
Greg Kroah-Hartman
1
-1
/
+0
2022-04-05
device property: Add irq_get to fwnode operation
Sakari Ailus
1
-0
/
+1
2022-04-05
device property: Add iomap to fwnode operations
Sakari Ailus
1
-0
/
+1
2022-04-05
device property: Convert device_{dma_supported,get_dma_attr} to fwnode
Sakari Ailus
1
-0
/
+3
2022-04-05
Merge drm-misc/drm-misc-next-fixes into drm-misc-fixes
Maxime Ripard
3
-0
/
+116
2022-04-05
ASoC: cs35l41: Fix an out-of-bounds access in otp_packed_element_t
Hui Wang
1
-1
/
+0
2022-04-05
ASoC: Introduce snd_soc_of_get_dai_link_cpus
Martin Povišer
1
-0
/
+4
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
731
-7836
/
+16582
2022-04-05
preempt/dynamic: Introduce preemption model accessors
Valentin Schneider
1
-0
/
+41
2022-04-05
kcsan: Use preemption model accessors
Valentin Schneider
0
-0
/
+0
2022-04-05
ACPI: Add perf low power callback
Stephane Eranian
1
-0
/
+6
2022-04-05
locking/mutex: Make contention tracepoints more consistent wrt adaptive spinning
Peter Zijlstra
1
-1
/
+3
2022-04-05
perf/core: Add perf_clear_branch_entry_bitfields() helper
Stephane Eranian
1
-0
/
+16
2022-04-05
locking: Add lock contention tracepoints
Namhyung Kim
1
-3
/
+58
2022-04-05
lockdep: Fix -Wunused-parameter for _THIS_IP_
Nick Desaulniers
2
-3
/
+3
2022-04-05
Revert "locking/local_lock: Make the empty local_lock_*() function a macro."
Sebastian Andrzej Siewior
1
-3
/
+3
2022-04-05
static_call: Remove __DEFINE_STATIC_CALL macro
Christophe Leroy
1
-13
/
+10
2022-04-05
static_call: Properly initialise DEFINE_STATIC_CALL_RET0()
Christophe Leroy
1
-3
/
+17
2022-04-05
static_call: Don't make __static_call_return0 static
Christophe Leroy
1
-4
/
+1
2022-04-05
dma-buf: finally make dma_resv_excl_fence private v2
Christian König
1
-17
/
+0
2022-04-04
kunit: split resource API from test.h into new resource.h
Daniel Latypov
2
-299
/
+322
2022-04-04
kunit: Introduce _NULL and _NOT_NULL macros
Ricardo Ribalda
1
-0
/
+84
2022-04-04
drm: fix a kernel-doc typo
Randy Dunlap
1
-1
/
+1
2022-04-04
drm/gem: Delete gem array fencing helpers
Daniel Vetter
1
-5
/
+0
2022-04-04
regulator: mt6366: Add support for MT6366 regulator
Johnson Wang
1
-0
/
+45
2022-04-04
IB/uverbs: Move part of enum ib_device_cap_flags to uapi
Xiao Yang
2
-38
/
+97
2022-04-04
IB/uverbs: Move enum ib_raw_packet_caps to uapi
Xiao Yang
2
-7
/
+18
2022-04-04
gpio: Restrict usage of GPIO chip irq members before initialization
Shreeya Patel
1
-0
/
+9
2022-04-04
arm64: dts: mt8192: Add the mmsys reset bit to reset the dsi0
Allen-KH Cheng
1
-0
/
+3
2022-04-04
task_stack, x86/cea: Force-inline stack helpers
Borislav Petkov
1
-1
/
+1
2022-04-04
iio: adc: ad_sigma_delta: Add sequencer support
Lars-Peter Clausen
1
-0
/
+38
2022-04-04
linux/fb.h: Spelling s/palette/palette/
Geert Uytterhoeven
1
-1
/
+1
2022-04-03
bpf: Correct the comment for BTF kind bitfield
Haiyue Wang
1
-2
/
+2
2022-04-03
Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
11
-68
/
+29
2022-04-03
Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+0
2022-04-03
Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-131
/
+1
2022-04-03
dma-buf: add dma_resv_get_singleton v2
Christian König
1
-0
/
+2
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-23
/
+48
2022-04-02
tracing: mark user_events as BROKEN
Steven Rostedt (Google)
1
-0
/
+0
[prev]
[next]