index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-24
macintosh: therm_windtunnel: drop using attach_adapter
Wolfram Sang
1
-2
/
+23
2018-08-24
mm: Change return type int to vm_fault_t for fault handlers
Souptick Joarder
15
-103
/
+106
2018-08-24
lib/fonts: convert comments to utf-8
Arnd Bergmann
4
-512
/
+512
2018-08-24
s390: ebcdic: convert comments to UTF-8
Arnd Bergmann
1
-18
/
+18
2018-08-24
treewide: convert ISO_8859-1 text comments to utf-8
Arnd Bergmann
12
-103
/
+103
2018-08-24
drivers/gpu/drm/gma500/: change return type to vm_fault_t
Souptick Joarder
3
-27
/
+17
2018-08-24
docs/core-api: mm-api: add section about GFP flags
Mike Rapoport
1
-0
/
+21
2018-08-24
docs/mm: make GFP flags descriptions usable as kernel-doc
Mike Rapoport
1
-137
/
+154
2018-08-24
docs/core-api: split memory management API to a separate file
Mike Rapoport
3
-54
/
+58
2018-08-24
docs/core-api: move *{str,mem}dup* to "String Manipulation"
Mike Rapoport
1
-1
/
+5
2018-08-24
docs/core-api: kill trailing whitespace in kernel-api.rst
Mike Rapoport
1
-1
/
+0
2018-08-24
mm/util: add kernel-doc for kvfree
Mike Rapoport
1
-0
/
+7
2018-08-24
mm/util: make strndup_user description a kernel-doc comment
Mike Rapoport
1
-1
/
+1
2018-08-24
fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds
Arnd Bergmann
1
-0
/
+2
2018-08-24
treewide: correct "differenciate" and "instanciate" typos
Finn Thain
8
-8
/
+10
2018-08-24
fs/afs: use new return type vm_fault_t
Souptick Joarder
2
-2
/
+3
2018-08-24
drivers/hwtracing/intel_th/msu.c: change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-08-24
mm: soft-offline: close the race against page allocation
Naoya Horiguchi
5
-16
/
+57
2018-08-24
mm: fix race on soft-offlining free huge pages
Naoya Horiguchi
3
-14
/
+21
2018-08-24
namei: allow restricted O_CREAT of FIFOs and regular files
Salvatore Mesoraca
4
-3
/
+106
2018-08-24
hfs: prevent crash on exit from failed search
Ernesto A. Fernández
1
-3
/
+4
2018-08-24
hfsplus: prevent crash on exit from failed search
Ernesto A. Fernandez
1
-3
/
+4
2018-08-24
hfsplus: fix NULL dereference in hfsplus_lookup()
Ernesto A. Fernández
1
-2
/
+2
2018-08-24
arm64: tlb: Provide forward declaration of tlb_flush() before including tlb.h
Will Deacon
1
-0
/
+2
2018-08-23
x86/mm: Only use tlb_remove_table() for paravirt
Peter Zijlstra
9
-6
/
+26
2018-08-23
mm: mmu_notifier fix for tlb_end_vma
Nicholas Piggin
2
-14
/
+13
2018-08-23
mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
Peter Zijlstra
3
-0
/
+22
2018-08-23
mm/tlb: Remove tlb_remove_table() non-concurrent condition
Peter Zijlstra
1
-9
/
+0
2018-08-23
mm: move tlb_table_flush to tlb_flush_mmu_free
Nicholas Piggin
1
-3
/
+3
2018-08-23
x86/mm/tlb: Revert the recent lazy TLB patches
Peter Zijlstra
4
-181
/
+77
2018-08-23
include/linux/compiler*.h: make compiler-*.h mutually exclusive
Nick Desaulniers
9
-253
/
+133
2018-08-23
sunrpc: Add comment defining gssd upcall API keywords
Chuck Lever
1
-0
/
+17
2018-08-23
nfsd: Remove callback_cred
Chuck Lever
3
-30
/
+2
2018-08-23
nfsd: Use correct credential for NFSv4.0 callback with GSS
Chuck Lever
1
-1
/
+8
2018-08-23
sunrpc: Extract target name into svc_cred
Chuck Lever
3
-27
/
+53
2018-08-23
sunrpc: Enable the kernel to specify the hostname part of service principals
Chuck Lever
1
-3
/
+17
2018-08-23
sunrpc: Don't use stack buffer with scatterlist
Laura Abbott
1
-3
/
+9
2018-08-22
ia64: Fix allnoconfig section mismatch for ioc_init/ioc_iommu_info
Tony Luck
1
-2
/
+2
2018-08-22
ovl: set I_CREATING on inode being created
Miklos Szeredi
1
-0
/
+4
2018-08-22
ipc/util.c: update return value of ipc_getref from int to bool
Manfred Spraul
2
-2
/
+2
2018-08-22
ipc/util.c: further variable name cleanups
Manfred Spraul
6
-27
/
+27
2018-08-22
ipc: simplify ipc initialization
Davidlohr Bueso
6
-54
/
+30
2018-08-22
ipc: get rid of ids->tables_initialized hack
Davidlohr Bueso
2
-16
/
+8
2018-08-22
lib/rhashtable: guarantee initial hashtable allocation
Davidlohr Bueso
1
-3
/
+11
2018-08-22
lib/rhashtable: simplify bucket_table_alloc()
Davidlohr Bueso
1
-5
/
+2
2018-08-22
ipc: drop ipc_lock()
Davidlohr Bueso
3
-43
/
+23
2018-08-22
ipc/util.c: correct comment in ipc_obtain_object_check
Manfred Spraul
1
-2
/
+2
2018-08-22
ipc: rename ipcctl_pre_down_nolock()
Manfred Spraul
5
-8
/
+8
2018-08-22
ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()
Manfred Spraul
4
-4
/
+12
2018-08-22
ipc: reorganize initialization of kern_ipc_perm.seq
Manfred Spraul
2
-44
/
+50
[next]