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-09-09
termios: consolidate values for VDISCARD in INIT_C_CC
Al Viro
1
-1
/
+1
2022-09-09
termios: start unifying non-UAPI parts of asm/termios.h
Al Viro
1
-0
/
+30
2022-09-09
iommu/dma: Make header private
Robin Murphy
1
-53
/
+0
2022-09-09
resource: add define macro for register address resources
Colin Foster
1
-0
/
+5
2022-09-09
mfd: ocelot: Add helper to get regmap from a resource
Colin Foster
1
-0
/
+62
2022-09-08
perf: RISC-V: exclude invalid pmu counters from SBI calls
Sergey Matyukevich
1
-1
/
+1
2022-09-08
vfio: Introduce the DMA logging feature support
Yishai Hadas
1
-2
/
+26
2022-09-08
vfio: Add an IOVA bitmap support
Joao Martins
1
-0
/
+26
2022-09-08
Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
1
-0
/
+2
2022-09-08
Merge remote-tracking branch 'mlx5/mlx5-vfio' into v6.1/vfio/next
Alex Williamson
15
-10
/
+133
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
10
-5
/
+59
2022-09-08
spi: Group cs_change and cs_off flags together in struct spi_transfer
Andy Shevchenko
1
-2
/
+2
2022-09-08
Merge tag 'scmi-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Arnd Bergmann
1
-2
/
+2
2022-09-08
Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-3
/
+27
2022-09-08
fs: only do a memory barrier for the first set_buffer_uptodate()
Linus Torvalds
1
-0
/
+11
2022-09-08
firmware: arm_ffa: Split up ffa_ops into info, message and memory operations
Sudeep Holla
1
-1
/
+13
2022-09-08
firmware: arm_ffa: Set up 32bit execution mode flag using partiion property
Sudeep Holla
1
-0
/
+2
2022-09-08
firmware: arm_ffa: Add v1.1 get_partition_info support
Sudeep Holla
1
-0
/
+1
2022-09-08
firmware: arm_ffa: Rename ffa_dev_ops as ffa_ops
Sudeep Holla
1
-4
/
+4
2022-09-08
firmware: arm_ffa: Make memory apis ffa_device independent
Sudeep Holla
1
-4
/
+2
2022-09-08
firmware: arm_ffa: Remove ffa_dev_ops_get()
Sudeep Holla
1
-6
/
+0
2022-09-08
firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_dev
Sudeep Holla
1
-2
/
+5
2022-09-07
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
1
-0
/
+21
2022-09-07
fortify: Add run-time WARN for cross-field memcpy()
Kees Cook
1
-3
/
+67
2022-09-07
fortify: Use SIZE_MAX instead of (size_t)-1
Kees Cook
1
-14
/
+15
2022-09-07
fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCAL
Kees Cook
1
-1
/
+2
2022-09-07
string: Introduce strtomem() and strtomem_pad()
Kees Cook
2
-0
/
+75
2022-09-07
overflow: Allow mixed type arguments
Kees Cook
1
-31
/
+41
2022-09-07
perf: Add a few assertions
Peter Zijlstra
1
-0
/
+17
2022-09-07
arm64/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCH
Anshuman Khandual
1
-4
/
+5
2022-09-07
perf/core: Assert PERF_EVENT_FLAG_ARCH does not overlap with generic flags
Anshuman Khandual
1
-0
/
+2
2022-09-07
perf/core: Expand PERF_EVENT_FLAG_ARCH
Anshuman Khandual
1
-1
/
+1
2022-09-07
perf: Consolidate branch sample filter helpers
Anshuman Khandual
1
-0
/
+26
2022-09-07
sched: Show PF_flag holes
Peter Zijlstra
1
-0
/
+7
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
4
-251
/
+26
2022-09-07
sched: Widen TAKS_state literals
Peter Zijlstra
1
-15
/
+15
2022-09-07
sched/wait: Add wait_event_state()
Peter Zijlstra
1
-0
/
+28
2022-09-07
sched/completion: Add wait_for_completion_state()
Peter Zijlstra
1
-0
/
+1
2022-09-07
sched: Add TASK_ANY for wait_task_inactive()
Peter Zijlstra
1
-0
/
+2
2022-09-07
freezer,umh: Clean up freezer/initrd interaction
Peter Zijlstra
1
-4
/
+5
2022-09-07
freezer: Have {,un}lock_system_sleep() save/restore flags
Peter Zijlstra
1
-4
/
+4
2022-09-07
bpf: Add zero_map_value to zero map value with special fields
Kumar Kartikeya Dwivedi
1
-0
/
+19
2022-09-07
bpf: Add copy_map_value_long to copy to remote percpu memory
Kumar Kartikeya Dwivedi
1
-19
/
+33
2022-09-07
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
3
-1
/
+20
2022-09-07
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
1
-0
/
+2
2022-09-07
dyndbg: add drm.debug style (drm/parameters/debug) bitmap support
Jim Cromie
1
-0
/
+21
2022-09-07
kernel/module: add __dyndbg_classes section
Jim Cromie
1
-0
/
+2
2022-09-07
dyndbg: add DECLARE_DYNDBG_CLASSMAP macro
Jim Cromie
1
-0
/
+55
2022-09-07
dyndbg: add __pr_debug_cls for testing
Jim Cromie
1
-0
/
+7
2022-09-07
dyndbg: add class_id to pr_debug callsites
Jim Cromie
1
-16
/
+55
[prev]
[next]