index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
/
os-Linux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-12-23
x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bit
Thomas Gleixner
1
-1
/
+2
2017-12-22
init: Invoke init_espfix_bsp() from mm_init()
Thomas Gleixner
4
-12
/
+12
2017-12-22
x86/cpu_entry_area: Move it out of the fixmap
Thomas Gleixner
14
-88
/
+143
2017-12-22
x86/cpu_entry_area: Move it to a separate unit
Thomas Gleixner
6
-135
/
+159
2017-12-22
x86/mm: Create asm/invpcid.h
Peter Zijlstra
2
-48
/
+54
2017-12-22
x86/mm: Put MMU to hardware ASID translation in one place
Dave Hansen
1
-11
/
+18
2017-12-22
x86/mm: Remove hard-coded ASID limit checks
Dave Hansen
1
-2
/
+18
2017-12-22
x86/mm: Move the CR3 construction functions to tlbflush.h
Dave Hansen
3
-32
/
+31
2017-12-22
x86/mm: Add comments to clarify which TLB-flush functions are supposed to flu...
Peter Zijlstra
1
-2
/
+21
2017-12-22
x86/mm: Remove superfluous barriers
Peter Zijlstra
1
-7
/
+1
2017-12-22
x86/mm: Use __flush_tlb_one() for kernel memory
Peter Zijlstra
1
-1
/
+1
2017-12-22
x86/microcode: Dont abuse the TLB-flush interface
Peter Zijlstra
2
-26
/
+6
2017-12-22
x86/uv: Use the right TLB-flush API
Peter Zijlstra
1
-1
/
+1
2017-12-22
x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stack
Dave Hansen
11
-38
/
+44
2017-12-22
x86/doc: Remove obvious weirdnesses from the x86 MM layout documentation
Peter Zijlstra
1
-9
/
+3
2017-12-22
x86/mm/64: Improve the memory map documentation
Andy Lutomirski
1
-4
/
+6
2017-12-22
x86/ldt: Prevent LDT inheritance on exec
Thomas Gleixner
3
-26
/
+22
2017-12-22
x86/ldt: Rework locking
Peter Zijlstra
3
-13
/
+26
2017-12-22
arch, mm: Allow arch_dup_mmap() to fail
Thomas Gleixner
6
-11
/
+14
2017-12-22
x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE mode
Andy Lutomirski
1
-0
/
+4
2017-12-22
x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchy
Andy Lutomirski
1
-1
/
+33
2017-12-22
x86/mm/dump_pagetables: Make the address hints correct and readable
Thomas Gleixner
1
-37
/
+53
2017-12-22
x86/mm/dump_pagetables: Check PAGE_PRESENT for real
Thomas Gleixner
1
-1
/
+1
2017-12-22
x86/Kconfig: Limit NR_CPUS on 32-bit to a sane amount
Thomas Gleixner
1
-1
/
+2
2017-12-22
KVM: PPC: Book3S HV: Fix pending_pri value in kvmppc_xive_get_icp()
Laurent Vivier
1
-1
/
+2
2017-12-22
KVM: PPC: Book3S: fix XIVE migration of pending interrupts
Cédric Le Goater
1
-2
/
+2
2017-12-22
drm/syncobj: Stop reusing the same struct file for all syncobj -> fd
Chris Wilson
1
-48
/
+29
2017-12-21
libnvdimm, btt: Fix an incompatibility in the log layout
Vishal Verma
2
-35
/
+211
2017-12-21
libnvdimm, btt: add a couple of missing kernel-doc lines
Vishal Verma
1
-0
/
+2
2017-12-21
skbuff: skb_copy_ubufs must release uarg even without user frags
Willem de Bruijn
1
-1
/
+2
2017-12-21
skbuff: orphan frags before zerocopy clone
Willem de Bruijn
1
-2
/
+2
2017-12-21
net: reevalulate autoflowlabel setting after sysctl setting
Shaohua Li
4
-4
/
+13
2017-12-21
openvswitch: Fix pop_vlan action for double tagged frames
Eric Garver
1
-3
/
+12
2017-12-21
Revert "bdi: add error handle for bdi_debug_register"
Jens Axboe
1
-4
/
+1
2017-12-21
ipv6: Honor specified parameters in fibmatch lookup
Ido Schimmel
1
-8
/
+11
2017-12-21
xfs: only skip rmap owner checks for unknown-owner rmap removal
Darrick J. Wong
1
-24
/
+52
2017-12-21
xfs: always honor OWN_UNKNOWN rmap removal requests
Darrick J. Wong
5
-4
/
+48
2017-12-21
xfs: queue deferred rmap ops for cow staging extent alloc/free in the right o...
Darrick J. Wong
1
-33
/
+19
2017-12-21
xfs: set cowblocks tag for direct cow writes too
Darrick J. Wong
1
-0
/
+2
2017-12-21
xfs: remove leftover CoW reservations when remounting ro
Darrick J. Wong
3
-1
/
+11
2017-12-21
xfs: don't be so eager to clear the cowblocks tag on truncate
Darrick J. Wong
1
-9
/
+19
2017-12-21
tools/kvm_stat: sort '-f help' output
Stefan Raspl
1
-10
/
+6
2017-12-21
kvm: x86: fix RSM when PCID is non-zero
Paolo Bonzini
1
-7
/
+25
2017-12-21
drm: move lease init after validation in drm_lease_create
Keith Packard
1
-11
/
+11
2017-12-21
bpf: do not allow root to mangle valid pointers
Alexei Starovoitov
2
-95
/
+63
2017-12-21
selftests/bpf: add tests for recent bugfixes
Jann Horn
1
-16
/
+533
2017-12-21
bpf: fix integer overflows
Alexei Starovoitov
2
-2
/
+50
2017-12-21
bpf: don't prune branches when a scalar is replaced with a pointer
Jann Horn
1
-8
/
+7
2017-12-21
bpf: force strict alignment checks for stack pointers
Jann Horn
1
-0
/
+5
2017-12-21
bpf: fix missing error return in check_stack_boundary()
Jann Horn
1
-0
/
+1
[next]