index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LICENSES
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-30
x86/alternatives: Add comment about module removal races
Nadav Amit
1
-0
/
+5
2019-04-30
x86/kprobes: Use vmalloc special flag
Rick Edgecombe
1
-6
/
+1
2019-04-30
x86/ftrace: Use vmalloc special flag
Rick Edgecombe
1
-8
/
+6
2019-04-30
bpf: Use vmalloc special flag
Rick Edgecombe
2
-15
/
+3
2019-04-30
modules: Use vmalloc special flag
Rick Edgecombe
1
-38
/
+39
2019-04-30
mm/vmalloc: Add flag for freeing of special permsissions
Rick Edgecombe
2
-19
/
+109
2019-04-30
mm/hibernation: Make hibernation handle unmapped pages
Rick Edgecombe
4
-20
/
+14
2019-04-30
x86/mm/cpa: Add set_direct_map_*() functions
Rick Edgecombe
5
-3
/
+30
2019-04-30
x86/alternatives: Remove the return value of text_poke_*()
Nadav Amit
2
-9
/
+6
2019-04-30
x86/jump-label: Remove support for custom text poker
Nadav Amit
1
-16
/
+10
2019-04-30
x86/modules: Avoid breaking W^X while loading modules
Nadav Amit
4
-8
/
+28
2019-04-30
x86/kprobes: Set instruction page as executable
Nadav Amit
1
-4
/
+20
2019-04-30
x86/ftrace: Set trampoline pages as executable
Nadav Amit
1
-0
/
+8
2019-04-30
x86/kgdb: Avoid redundant comparison of patched code
Nadav Amit
1
-13
/
+1
2019-04-30
x86/alternatives: Use temporary mm for text poking
Nadav Amit
3
-26
/
+86
2019-04-30
x86/alternatives: Initialize temporary mm for patching
Nadav Amit
5
-0
/
+48
2019-04-30
fork: Provide a function for copying init_mm
Nadav Amit
2
-6
/
+19
2019-04-30
uprobes: Initialize uprobes earlier
Nadav Amit
3
-5
/
+9
2019-04-30
x86/mm: Save debug registers when loading a temporary mm
Nadav Amit
1
-0
/
+23
2019-04-30
x86/mm: Introduce temporary mm structs
Andy Lutomirski
1
-0
/
+33
2019-04-30
x86/jump_label: Use text_poke_early() during early init
Nadav Amit
1
-1
/
+6
2019-04-30
bpf: Fail bpf_probe_write_user() while mm is switched
Nadav Amit
1
-0
/
+8
2019-04-30
mm/tlb: Provide default nmi_uaccess_okay()
Nadav Amit
2
-0
/
+11
2019-04-30
x86/alternatives: Add text_poke_kgdb() to not assert the lock when debugging
Nadav Amit
3
-19
/
+45
2019-04-29
Linux 5.1-rc7
v5.1-rc7
Linus Torvalds
1
-1
/
+1
2019-04-27
slip: make slhc_free() silently accept an error pointer
Linus Torvalds
1
-1
/
+1
2019-04-27
Input: synaptics-rmi4 - write config register values to the right offset
Lucas Stach
1
-1
/
+1
2019-04-26
fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
YueHaibing
1
-2
/
+4
2019-04-26
mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flag
Andrey Ryabinin
1
-3
/
+3
2019-04-26
mm/page_alloc.c: avoid potential NULL pointer dereference
Andrey Ryabinin
1
-0
/
+3
2019-04-26
mm, page_alloc: always use a captured page regardless of compaction result
Mel Gorman
1
-5
/
+0
2019-04-26
mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory m...
Mel Gorman
2
-8
/
+21
2019-04-26
lib/test_vmalloc.c: do not create cpumask_t variable on stack
Uladzislau Rezki (Sony)
1
-3
/
+3
2019-04-26
lib/Kconfig.debug: fix build error without CONFIG_BLOCK
YueHaibing
1
-0
/
+1
2019-04-26
zram: pass down the bvec we need to read into in the work struct
Jérôme Glisse
1
-2
/
+3
2019-04-26
mm/memory_hotplug.c: drop memory device reference after find_memory_block()
David Hildenbrand
1
-0
/
+1
2019-04-26
trace: Fix preempt_enable_no_resched() abuse
Peter Zijlstra
1
-1
/
+1
2019-04-26
tracing: Fix a memory leak by early error exit in trace_pid_write()
Wenwen Wang
1
-1
/
+4
2019-04-26
tracing: Fix buffer_ref pipe ops
Jann Horn
3
-16
/
+17
2019-04-26
dmaengine: mediatek-cqdma: fix wrong register usage in mtk_cqdma_start
Shun-Chih Yu
1
-1
/
+1
2019-04-26
x86/mm/tlb: Remove 'struct flush_tlb_info' from the stack
Nadav Amit
1
-34
/
+82
2019-04-25
sched/numa: Fix a possible divide-by-zero
Xie XiuQi
1
-0
/
+4
2019-04-25
RDMA/hns: Bugfix for mapping user db
Lijun Ou
1
-1
/
+1
2019-04-25
btrfs: Switch memory allocations in async csum calculation path to kvmalloc
Nikolay Borisov
2
-5
/
+13
2019-04-25
drm/bridge: dw-hdmi: fix SCDC configuration for ddc-i2c-bus
Jonas Karlman
1
-4
/
+8
2019-04-25
gpio: Fix gpiochip_add_data_with_key() error path
Geert Uytterhoeven
1
-4
/
+8
2019-04-25
drm/vmwgfx: Fix dma API layer violation
Thomas Hellstrom
1
-28
/
+5
2019-04-25
x86/Kconfig: Deprecate DISCONTIGMEM support for 32-bit x86
Mike Rapoport
1
-1
/
+2
2019-04-25
x86/Kconfig: Make SPARSEMEM default for 32-bit x86
Mike Rapoport
1
-6
/
+1
2019-04-25
perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC1...
Harry Pan
1
-5
/
+5
[next]