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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-22
amba: Use driver_set_override() instead of open-coding
Krzysztof Kozlowski
1
-1
/
+5
2022-04-22
driver: platform: Add helper for safer setting of driver_override
Krzysztof Kozlowski
2
-1
/
+7
2022-04-22
PM: domains: Move genpd's time-accounting to ktime_get_mono_fast_ns()
Ulf Hansson
1
-3
/
+3
2022-04-22
Merge tag 'v5.18-next-vdso0-stable-tag' into v5.18-next/soc
Matthias Brugger
1
-0
/
+12
2022-04-22
soc: mediatek: add DDP_DOMPONENT_DITHER0 enum for mt8195 vdosys0
jason-jh.lin
1
-0
/
+1
2022-04-22
soc: mediatek: add mtk-mmsys support for mt8195 vdosys0
jason-jh.lin
1
-0
/
+11
2022-04-22
ipv6: Remove __ipv6_only_sock().
Kuniyuki Iwashima
1
-3
/
+1
2022-04-22
objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"
Josh Poimboeuf
1
-3
/
+3
2022-04-22
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
3
-9
/
+9
2022-04-22
signal: Deliver SIGTRAP on perf event asynchronously if blocked
Marco Elver
2
-1
/
+2
2022-04-22
ARM: omap1: fix build with no SoC selected
Arnd Bergmann
1
-2
/
+2
2022-04-22
dma: omap: hide legacy interface
Arnd Bergmann
1
-22
/
+0
2022-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
8
-13
/
+49
2022-04-21
oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup
Nico Pache
1
-0
/
+1
2022-04-21
mm, hugetlb: allow for "high" userspace addresses
Christophe Leroy
1
-0
/
+8
2022-04-21
memcg: sync flush only if periodic flush is delayed
Shakeel Butt
1
-0
/
+5
2022-04-21
mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
Naoya Horiguchi
2
-0
/
+14
2022-04-21
KVM: SEV: add cache flush to solve SEV cache incoherency issues
Mingwei Zhang
1
-0
/
+2
2022-04-21
latencytop: move sysctl to its own file
liaohua
1
-3
/
+0
2022-04-21
drm/i915/gsc: add gsc as a mei auxiliary device
Tomas Winkler
1
-0
/
+19
2022-04-21
KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused
Sean Christopherson
1
-1
/
+23
2022-04-21
usb: typec: tcpm: Fix undefined behavior due to shift overflowing the constant
Borislav Petkov
1
-1
/
+1
2022-04-21
gpiolib: of: Introduce hook for missing gpio-ranges
Stefan Wahren
1
-0
/
+12
2022-04-21
ARM: omap: dma: make usb support optional
Arnd Bergmann
1
-1
/
+4
2022-04-21
ARM: omap1: innovator: move ohci phy power handling to board file
Arnd Bergmann
1
-0
/
+2
2022-04-21
ARM: omap1: move some headers to include/linux/soc
Arnd Bergmann
3
-0
/
+652
2022-04-21
ARM: omap1: move mach/usb.h to include/linux/soc
Arnd Bergmann
1
-0
/
+116
2022-04-21
ARM: omap1: declare a dummy omap_set_dma_priority
Arnd Bergmann
1
-0
/
+3
2022-04-21
ARM: omap1: move lcd_dma code into omapfb driver
Arnd Bergmann
1
-2
/
+2
2022-04-21
vfio/mdev: Remove mdev drvdata
Jason Gunthorpe
1
-9
/
+0
2022-04-21
vfio/mdev: Remove mdev_parent_ops
Jason Gunthorpe
1
-21
/
+4
2022-04-21
vfio/mdev: Remove mdev_parent_ops dev_attr_groups
Jason Gunthorpe
1
-2
/
+0
2022-04-21
vfio/mdev: Remove vfio_mdev.c
Jason Gunthorpe
1
-47
/
+1
2022-04-21
crypto: hisilicon/qm - remove hisi_qm_get_free_qp_num()
Weili Qian
1
-1
/
+0
2022-04-21
crypto: hisilicon/qm - replace hisi_qm_release_qp() with hisi_qm_free_qps()
Weili Qian
1
-1
/
+0
2022-04-21
crypto: hisilicon/qm - set function with static
Weili Qian
1
-2
/
+0
2022-04-21
crypto: hisilicon/qm - remove unused function declaration
Weili Qian
1
-1
/
+0
2022-04-21
mtd: spinand: Add support for XTX XT26G0xA
Felix Matouschek
1
-0
/
+1
2022-04-21
mtd: fix 'part' field data corruption in mtd_info
Oleksandr Ocheretnyi
1
-4
/
+2
2022-04-20
net: Change skb_ensure_writable()'s write_len param to unsigned int type
Liu Jian
1
-1
/
+1
2022-04-20
Revert "serial: 8250: Handle UART without interrupt on TEMT using em485"
Ilpo Järvinen
1
-2
/
+0
2022-04-20
soc: mediatek: cmdq: Use mailbox rx_callback instead of cmdq_task_cb
Chun-Kuang Hu
1
-4
/
+1
2022-04-20
dmaengine: Document dmaengine_prep_dma_memset
Ben Walker
1
-0
/
+8
2022-04-20
phy: Add LVDS configuration options
Liu Ying
2
-0
/
+36
2022-04-19
bpf: Fix usage of trace RCU in local storage.
KP Singh
1
-2
/
+2
2022-04-19
x86,objtool: Mark cpu_startup_entry() __noreturn
Peter Zijlstra
1
-1
/
+1
2022-04-19
ARM: pxa: move pcmcia board data into mach-pxa
Arnd Bergmann
1
-12
/
+0
2022-04-19
vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
Song Liu
1
-2
/
+2
2022-04-19
fs: fix acl translation
Christian Brauner
1
-0
/
+4
2022-04-19
bpf: Move rcu lock management out of BPF_PROG_RUN routines
Stanislav Fomichev
1
-108
/
+7
[prev]
[next]