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-10-01
sched: Make RCU nest depth distinct in __might_resched()
Thomas Gleixner
2
-2
/
+5
2021-10-01
sched: Remove preempt_offset argument from __might_sleep()
Thomas Gleixner
1
-4
/
+3
2021-10-01
sched: Make cond_resched_*lock() variants consistent vs. might_sleep()
Thomas Gleixner
1
-6
/
+6
2021-10-01
sched: Clean up the might_sleep() underscore zoo
Thomas Gleixner
2
-7
/
+7
2021-10-01
kvm: use kvfree() in kvm_arch_free_vm()
Juergen Gross
1
-1
/
+8
2021-10-01
dma-buf: fix and rework dma_buf_poll v7
Christian König
1
-1
/
+1
2021-09-30
x86/kprobes: Fixup return address in generic trampoline handler
Masami Hiramatsu
1
-0
/
+3
2021-09-30
objtool: Add frame-pointer-specific function ignore
Josh Poimboeuf
1
-0
/
+12
2021-09-30
kprobes: Add kretprobe_find_ret_addr() for searching return address
Masami Hiramatsu
1
-0
/
+22
2021-09-30
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
1
-2
/
+2
2021-09-30
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
1
-5
/
+13
2021-09-30
kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor()
Masami Hiramatsu
1
-1
/
+0
2021-09-30
kprobes: Use bool type for functions which returns boolean value
Masami Hiramatsu
1
-4
/
+4
2021-09-30
kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe()
Masami Hiramatsu
1
-1
/
+1
2021-09-30
kprobes: Use IS_ENABLED() instead of kprobes_built_in()
Masami Hiramatsu
1
-13
/
+1
2021-09-30
kprobes: Fix coding style issues
Masami Hiramatsu
1
-17
/
+23
2021-09-30
kprobes: Make arch_check_ftrace_location static
Punit Agrawal
1
-2
/
+0
2021-09-30
kprobe: Simplify prepare_kprobe() by dropping redundant version
Punit Agrawal
1
-0
/
+5
2021-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
23
-45
/
+87
2021-09-30
Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-8
/
+41
2021-09-30
bpf, xdp, docs: Correct some English grammar and spelling
Kev Jackson
1
-4
/
+4
2021-09-30
drm/dp: Add Additional DP2 Headers
Fangzhi Zuo
1
-0
/
+20
2021-09-30
Merge branch 'v5.16/vfio/hch-cleanup-vfio-iommu_group-creation-v6' into v5.16/vfio/next
Alex Williamson
2
-72
/
+1
2021-09-30
vfio: remove the unused mdev iommu hook
Christoph Hellwig
1
-20
/
+0
2021-09-30
vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>
Christoph Hellwig
1
-44
/
+0
2021-09-30
vfio: remove unused method from vfio_iommu_driver_ops
Christoph Hellwig
1
-5
/
+0
2021-09-30
vfio: simplify iommu group allocation for mediated devices
Christoph Hellwig
1
-0
/
+1
2021-09-30
vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()
Jason Gunthorpe
1
-3
/
+0
2021-09-30
sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=y
Ard Biesheuvel
1
-12
/
+1
2021-09-30
drm/bridge: Add stubs for devm_drm_of_get_bridge when OF is disabled
Maxime Ripard
1
-1
/
+12
2021-09-30
dt-bindings: clock: Add imx8ulp clock support
Jacky Bai
2
-0
/
+317
2021-09-30
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
1
-0
/
+2
2021-09-30
net: snmp: inline snmp_get_cpu_field()
Eric Dumazet
1
-1
/
+5
2021-09-30
tcp: adjust rcv_ssthresh according to sk_reserved_mem
Wei Wang
1
-0
/
+11
2021-09-30
tcp: adjust sndbuf according to sk_reserved_mem
Wei Wang
1
-0
/
+1
2021-09-30
net: add new socket option SO_RESERVE_MEM
Wei Wang
2
-5
/
+41
2021-09-30
net: introduce and use lock_sock_fast_nested()
Paolo Abeni
1
-1
/
+30
2021-09-30
kvm: irqfd: avoid update unmodified entries of the routing
Longpeng(Mike)
1
-0
/
+2
2021-09-30
kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS
Juergen Gross
1
-2
/
+2
2021-09-30
KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask
Vitaly Kuznetsov
1
-1
/
+1
2021-09-30
KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask()
Vitaly Kuznetsov
1
-1
/
+0
2021-09-30
platform/chrome: cros_ec_proto: Add version for ec_command
Prashant Malani
1
-2
/
+2
2021-09-30
platform/chrome: cros_ec_proto: Make data pointers void
Prashant Malani
1
-2
/
+2
2021-09-30
platform/chrome: cros_usbpd_notify: Move ec_command()
Prashant Malani
1
-0
/
+3
2021-09-30
media: videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flag
Sergey Senozhatsky
1
-2
/
+7
2021-09-30
media: videobuf2: add queue memory coherency parameter
Sergey Senozhatsky
1
-2
/
+8
2021-09-30
media: videobuf2: add V4L2_MEMORY_FLAG_NON_COHERENT flag
Sergey Senozhatsky
1
-0
/
+2
2021-09-30
media: videobuf2: inverse buffer cache_hints flags
Sergey Senozhatsky
1
-6
/
+6
2021-09-30
media: videobuf2: rework vb2_mem_ops API
Sergey Senozhatsky
1
-17
/
+18
2021-09-30
media: v4l2-ctrls: Add V4L2_CID_NOTIFY_GAINS control
David Plowman
1
-0
/
+1
[prev]
[next]