index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-27
printk/index: Fix -Wunused-function warning
YueHaibing
1
-1
/
+1
2021-08-27
locking/rtmutex: Return success on deadlock for ww_mutex waiters
Peter Zijlstra
1
-1
/
+14
2021-08-27
locking/rtmutex: Prevent spurious EDEADLK return caused by ww_mutexes
Peter Zijlstra
1
-0
/
+25
2021-08-27
padata: Remove repeated verbose license text
Cai Huoqing
1
-13
/
+0
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-12
/
+16
2021-08-26
signal/seccomp: Dump core when there is only one live thread
Eric W. Biederman
1
-1
/
+1
2021-08-26
Merge tag 'net-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+6
2021-08-26
sched: Fix get_push_task() vs migrate_disable()
Sebastian Andrzej Siewior
1
-0
/
+3
2021-08-26
signal/seccomp: Refactor seccomp signal and coredump generation
Eric W. Biederman
2
-38
/
+32
2021-08-26
sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED case
Ingo Molnar
1
-1
/
+1
2021-08-26
perf/hw_breakpoint: Replace deprecated CPU-hotplug functions
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-25
bpf: Fix bpf-next builds without CONFIG_BPF_EVENTS
Daniel Xu
2
-2
/
+2
2021-08-25
bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt
Martin KaFai Lau
1
-1
/
+21
2021-08-25
bpf: Add bpf_task_pt_regs() helper
Daniel Xu
2
-0
/
+22
2021-08-25
bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()
Daniel Xu
2
-1
/
+4
2021-08-25
bpf: Consolidate task_struct BTF_ID declarations
Daniel Xu
4
-15
/
+10
2021-08-25
Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-10
/
+10
2021-08-25
cgroup/cpuset: Avoid memory migration when nodemasks match
Nicolas Saenz Julienne
1
-0
/
+5
2021-08-25
locking/rtmutex: Dequeue waiter on ww_mutex deadlock
Thomas Gleixner
1
-1
/
+6
2021-08-25
locking/rtmutex: Dont dereference waiter lockless
Thomas Gleixner
2
-2
/
+16
2021-08-24
audit: move put_tree() to avoid trim_trees refcount underflow and UAF
Richard Guy Briggs
1
-1
/
+1
2021-08-24
bpf: Fix possible out of bound write in narrow load handling
Andrey Ignatov
1
-0
/
+4
2021-08-24
genirq/msi: Move MSI sysfs handling from PCI to MSI core
Barry Song
1
-0
/
+134
2021-08-24
genirq/cpuhotplug: Demote debug printk to KERN_DEBUG
Lee Jones
1
-1
/
+1
2021-08-23
bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum
Dave Marchevsky
1
-63
/
+93
2021-08-23
ucounts: Increase ucounts reference counter before the security hook
Alexey Gladkov
1
-6
/
+6
2021-08-23
ucounts: Fix regression preventing increasing of rlimits in init_user_ns
Eric W. Biederman
1
-4
/
+4
2021-08-23
bpf: Fix ringbuf helper function compatibility
Daniel Borkmann
1
-2
/
+6
2021-08-23
io_uring: remove files pointer in cancellation functions
Hao Xu
1
-1
/
+1
2021-08-23
Merge back cpufreq changes for v5.15.
Rafael J. Wysocki
1
-5
/
+11
2021-08-23
irqdomain: Export irq_domain_disconnect_hierarchy()
Maulik Shah
1
-0
/
+1
2021-08-20
tracing: Add a probe that attaches to trace events
Tzvetomir Stoyanov (VMware)
8
-13
/
+958
2021-08-20
locking/semaphore: Add might_sleep() to down_*() family
Xiaoming Ni
1
-0
/
+4
2021-08-20
sched: Introduce dl_task_check_affinity() to check proposed affinity
Will Deacon
1
-17
/
+29
2021-08-20
sched: Allow task CPU affinity to be restricted on asymmetric systems
Will Deacon
2
-18
/
+181
2021-08-20
sched: Split the guts of sched_setaffinity() into a helper function
Will Deacon
1
-48
/
+57
2021-08-20
sched: Introduce task_struct::user_cpus_ptr to track requested affinity
Will Deacon
2
-0
/
+22
2021-08-20
sched: Reject CPU affinity changes based on task_cpu_possible_mask()
Will Deacon
1
-1
/
+8
2021-08-20
cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()
Will Deacon
2
-4
/
+9
2021-08-20
cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()
Will Deacon
1
-17
/
+26
2021-08-20
cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
Will Deacon
1
-2
/
+6
2021-08-20
sched: Introduce task_cpu_possible_mask() to limit fallback rq selection
Will Deacon
1
-6
/
+3
2021-08-20
sched: Cgroup SCHED_IDLE support
Josh Don
4
-25
/
+208
2021-08-20
sched/topology: Skip updating masks for non-online nodes
Valentin Schneider
1
-0
/
+65
2021-08-20
sched: Fix Core-wide rq->lock for uninitialized CPUs
Peter Zijlstra
2
-27
/
+118
2021-08-20
locking/ww_mutex: Initialize waiter.ww_ctx properly
Sebastian Andrzej Siewior
1
-1
/
+1
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12
-53
/
+116
2021-08-20
bpf: Add support for {set|get} socket options from setsockopt BPF
Prankur Gupta
1
-0
/
+8
2021-08-20
bpf: Use kvmalloc for map keys in syscalls
Stanislav Fomichev
1
-17
/
+17
2021-08-20
bpf: Use kvmalloc for map values in syscall
Stanislav Fomichev
1
-17
/
+11
[prev]
[next]