index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
memory
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-25
bpf: Replace cant_sleep() with cant_migrate()
Thomas Gleixner
1
-1
/
+1
2020-02-25
bpf: Provide bpf_prog_run_pin_on_cpu() helper
Thomas Gleixner
1
-2
/
+24
2020-02-25
bpf: Dont iterate over possible CPUs with interrupts disabled
Thomas Gleixner
1
-10
/
+10
2020-02-25
bpf: Remove recursion prevention from rcu free callback
Thomas Gleixner
1
-8
/
+0
2020-02-25
perf/bpf: Remove preempt disable around BPF invocation
Thomas Gleixner
1
-2
/
+0
2020-02-25
bpf/trace: Remove redundant preempt_disable from trace_call_bpf()
Thomas Gleixner
1
-2
/
+1
2020-02-25
bpf: disable preemption for bpf progs attached to uprobe
Alexei Starovoitov
1
-2
/
+9
2020-02-25
bpf/trace: Remove EXPORT from trace_call_bpf()
Thomas Gleixner
1
-1
/
+0
2020-02-25
bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()
Thomas Gleixner
1
-2
/
+1
2020-02-25
bpf: Update locking comment in hashtab code
Thomas Gleixner
1
-4
/
+20
2020-02-25
bpf: Enforce preallocation for instrumentation programs on RT
Thomas Gleixner
1
-4
/
+9
2020-02-25
bpf: Tighten the requirements for preallocated hash maps
Thomas Gleixner
1
-11
/
+28
2020-02-22
net/mlx5: Add fsm_reactivate callback support
Eran Ben Elisha
1
-0
/
+39
2020-02-22
net/mlxfw: Add reactivate flow support to FSM burn flow
Eran Ben Elisha
2
-4
/
+119
2020-02-22
net/mlxfw: Use MLXFW_ERR_MSG macro for error reporting
Saeed Mahameed
1
-21
/
+24
2020-02-22
net/mlxfw: Convert pr_* to dev_* in mlxfw_fsm.c
Saeed Mahameed
2
-38
/
+54
2020-02-22
net/mlxfw: More error messages coverage
Saeed Mahameed
1
-9
/
+26
2020-02-22
net/mlxfw: Improve FSM err message reporting and return codes
Saeed Mahameed
1
-29
/
+65
2020-02-22
net/mlxfw: Generic mlx FW flash status notify
Saeed Mahameed
5
-30
/
+16
2020-02-21
selftests/bpf: Tests for sockmap/sockhash holding listening sockets
Jakub Sitnicki
2
-0
/
+1594
2020-02-21
selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP/SOCKHASH
Jakub Sitnicki
1
-10
/
+53
2020-02-21
net: Generate reuseport group ID on group creation
Jakub Sitnicki
4
-47
/
+22
2020-02-21
bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASH
Jakub Sitnicki
2
-8
/
+17
2020-02-21
bpf, sockmap: Let all kernel-land lookup values in SOCKMAP/SOCKHASH
Jakub Sitnicki
1
-2
/
+7
2020-02-21
bpf, sockmap: Return socket cookie on lookup from syscall
Jakub Sitnicki
1
-4
/
+53
2020-02-21
bpf, sockmap: Don't set up upcalls and progs for listening sockets
Jakub Sitnicki
1
-7
/
+45
2020-02-21
bpf, sockmap: Allow inserting listening TCP sockets into sockmap
Jakub Sitnicki
2
-20
/
+45
2020-02-21
tcp_bpf: Don't let child socket inherit parent protocol ops on copy
Jakub Sitnicki
3
-0
/
+23
2020-02-21
net, sk_msg: Clear sk_user_data pointer on clone if tagged
Jakub Sitnicki
3
-3
/
+42
2020-02-21
net, sk_msg: Annotate lockless access to sk_prot on clone
Jakub Sitnicki
5
-7
/
+14
2020-02-21
net: qrtr: Fix the local node ID as 1
Manivannan Sadhasivam
1
-2
/
+1
2020-02-21
net: qrtr: Migrate nameservice to kernel from userspace
Manivannan Sadhasivam
4
-39
/
+766
2020-02-21
net: phy: dp83867: Add speed optimization feature
Dan Murphy
1
-0
/
+150
2020-02-21
MAINTAINERS: use tabs for SAFESETID
Randy Dunlap
1
-4
/
+4
2020-02-21
lib/stackdepot.c: fix global out-of-bounds in stack_slabs
Alexander Potapenko
1
-2
/
+6
2020-02-21
mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM
Wei Yang
1
-1
/
+1
2020-02-21
mm/vmscan.c: don't round up scan size for online memory cgroup
Gavin Shan
1
-3
/
+6
2020-02-21
lib/string.c: update match_string() doc-strings with correct behavior
Alexandru Ardelean
1
-0
/
+16
2020-02-21
mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps()
Vasily Averin
1
-1
/
+3
2020-02-21
mm/swapfile.c: fix a comment in sys_swapon()
Christoph Hellwig
1
-1
/
+1
2020-02-21
scripts/get_maintainer.pl: deprioritize old Fixes: addresses
Douglas Anderson
1
-4
/
+4
2020-02-21
get_maintainer: remove uses of P: for maintainer name
Joe Perches
1
-24
/
+0
2020-02-21
selftests/vm: add missed tests in run_vmtests
SeongJae Park
1
-0
/
+33
2020-02-21
include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swap
Christian Borntraeger
1
-2
/
+2
2020-02-21
Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"
Ioanna Alifieraki
1
-4
/
+2
2020-02-21
y2038: hide timeval/timespec/itimerval/itimerspec types
Arnd Bergmann
2
-10
/
+14
2020-02-21
y2038: remove unused time32 interfaces
Arnd Bergmann
6
-326
/
+1
2020-02-21
y2038: remove ktime to/from timespec/timeval conversion
Arnd Bergmann
1
-37
/
+0
2020-02-21
ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()
Rafael J. Wysocki
3
-0
/
+53
2020-02-21
enetc: remove "depends on (ARCH_LAYERSCAPE || COMPILE_TEST)"
Vladimir Oltean
1
-3
/
+3
[next]