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
2022-01-19
bpf: Move getsockopt retval to struct bpf_cg_run_ctx
YiFei Zhu
2
-10
/
+15
2022-01-19
bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow boolean
YiFei Zhu
1
-7
/
+9
2022-01-19
uapi/bpf: Add missing description and returns for helper documentation
Usama Arif
1
-0
/
+15
2022-01-19
drm: Provide platform module-init macro
Javier Martinez Canillas
1
-0
/
+30
2022-01-19
drm: Provide PCI module-init macros
Thomas Zimmermann
1
-0
/
+95
2022-01-19
KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
Sean Christopherson
1
-2
/
+0
2022-01-19
KVM: Drop unused kvm_vcpu.pre_pcpu field
Sean Christopherson
1
-1
/
+0
2022-01-19
Merge branch 'kvm-pi-raw-spinlock' into HEAD
Paolo Bonzini
43
-80
/
+224
2022-01-19
Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
1
-12
/
+15
2022-01-19
Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2
-3
/
+2
2022-01-19
dma-buf: drop excl_fence parameter from dma_resv_get_fences
Christian König
1
-2
/
+2
2022-01-19
Merge branch 'random-5.17-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random
Linus Torvalds
2
-38
/
+21
2022-01-19
drm: move the buddy allocator from i915 into common drm
Arunpravin
1
-0
/
+150
2022-01-18
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-4
/
+9
2022-01-19
bpf: Fix ringbuf memory type confusion when passing to helpers
Daniel Borkmann
1
-2
/
+7
2022-01-19
bpf: Generalize check_ctx_reg for reuse with other types
Daniel Borkmann
1
-2
/
+2
2022-01-18
net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
Kumar Kartikeya Dwivedi
1
-0
/
+23
2022-01-18
bpf: Add reference tracking support to kfunc
Kumar Kartikeya Dwivedi
1
-0
/
+5
2022-01-18
bpf: Introduce mem, size argument pair support for kfunc
Kumar Kartikeya Dwivedi
1
-0
/
+2
2022-01-18
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
2
-52
/
+0
2022-01-18
bpf: Populate kfunc BTF ID sets in struct btf
Kumar Kartikeya Dwivedi
2
-6
/
+46
2022-01-18
random: rather than entropy_store abstraction, use global
Jason A. Donenfeld
1
-35
/
+21
2022-01-18
lib/crypto: blake2s: move hmac construction into wireguard
Jason A. Donenfeld
1
-3
/
+0
2022-01-18
Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
Linus Torvalds
3
-1
/
+22
2022-01-18
kernel/sched: Remove dl_boosted flag comment
Hui Su
1
-4
/
+0
2022-01-18
psi: Fix uaf issue when psi trigger is destroyed while being polled
Suren Baghdasaryan
2
-4
/
+1
2022-01-18
perf: Fix perf_event_read_local() time
Peter Zijlstra
1
-12
/
+3
2022-01-18
Merge tag 'ata-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata
Linus Torvalds
2
-84
/
+470
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
3
-8
/
+38
2022-01-18
Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-15
/
+64
2022-01-18
Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-0
/
+308
2022-01-18
Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Linus Torvalds
2
-65
/
+0
2022-01-17
Merge branch 'acpi-pfrut'
Rafael J. Wysocki
2
-0
/
+308
2022-01-17
drm/dp: Move DisplayPort AUX bus helpers into dp/
Thomas Zimmermann
1
-0
/
+0
2022-01-17
drm/dp: Move public DisplayPort headers into dp/
Thomas Zimmermann
4
-2
/
+2
2022-01-17
Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-0
/
+4
2022-01-17
devtmpfs regression fix: reconfigure on each mount
NeilBrown
1
-0
/
+2
2022-01-17
Merge tag 'ntb-5.17' of git://github.com/jonmason/ntb
Linus Torvalds
1
-2
/
+0
2022-01-17
Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
1
-0
/
+8
2022-01-17
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
2
-1
/
+3
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
9
-75
/
+20
2022-01-17
Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode
Linus Torvalds
1
-3
/
+46
2022-01-16
mm: Add folio_put_refs()
Matthew Wilcox (Oracle)
1
-0
/
+20
2022-01-16
rtc: mc146818-lib: fix signedness bug in mc146818_get_time()
Dan Carpenter
1
-1
/
+1
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-102
/
+381
2022-01-16
Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
3
-2
/
+16
2022-01-16
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
4
-2
/
+152
2022-01-16
Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
4
-128
/
+108
2022-01-16
Merge tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat
Linus Torvalds
1
-0
/
+1
2022-01-16
Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
5
-75
/
+56
[prev]
[next]