index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
kthread.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-24
i2c: use SPDX identifier for Renesas drivers
Wolfram Sang
5
-30
/
+5
2018-08-24
i2c: ocores: update my email address
Peter Korsgaard
4
-5
/
+5
2018-08-24
i2c: remove deprecated attach_adapter callback
Wolfram Sang
2
-16
/
+1
2018-08-24
macintosh: therm_windtunnel: drop using attach_adapter
Wolfram Sang
1
-2
/
+23
2018-08-23
mm: Change return type int to vm_fault_t for fault handlers
Souptick Joarder
15
-103
/
+106
2018-08-23
lib/fonts: convert comments to utf-8
Arnd Bergmann
4
-512
/
+512
2018-08-23
s390: ebcdic: convert comments to UTF-8
Arnd Bergmann
1
-18
/
+18
2018-08-23
treewide: convert ISO_8859-1 text comments to utf-8
Arnd Bergmann
12
-103
/
+103
2018-08-23
drivers/gpu/drm/gma500/: change return type to vm_fault_t
Souptick Joarder
3
-27
/
+17
2018-08-23
docs/core-api: mm-api: add section about GFP flags
Mike Rapoport
1
-0
/
+21
2018-08-23
docs/mm: make GFP flags descriptions usable as kernel-doc
Mike Rapoport
1
-137
/
+154
2018-08-23
docs/core-api: split memory management API to a separate file
Mike Rapoport
3
-54
/
+58
2018-08-23
docs/core-api: move *{str,mem}dup* to "String Manipulation"
Mike Rapoport
1
-1
/
+5
2018-08-23
docs/core-api: kill trailing whitespace in kernel-api.rst
Mike Rapoport
1
-1
/
+0
2018-08-23
mm/util: add kernel-doc for kvfree
Mike Rapoport
1
-0
/
+7
2018-08-23
mm/util: make strndup_user description a kernel-doc comment
Mike Rapoport
1
-1
/
+1
2018-08-23
fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds
Arnd Bergmann
1
-0
/
+2
2018-08-23
treewide: correct "differenciate" and "instanciate" typos
Finn Thain
8
-8
/
+10
2018-08-23
fs/afs: use new return type vm_fault_t
Souptick Joarder
2
-2
/
+3
2018-08-23
drivers/hwtracing/intel_th/msu.c: change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-08-23
mm: soft-offline: close the race against page allocation
Naoya Horiguchi
5
-16
/
+57
2018-08-23
mm: fix race on soft-offlining free huge pages
Naoya Horiguchi
3
-14
/
+21
2018-08-23
namei: allow restricted O_CREAT of FIFOs and regular files
Salvatore Mesoraca
4
-3
/
+106
2018-08-23
hfs: prevent crash on exit from failed search
Ernesto A. Fernández
1
-3
/
+4
2018-08-23
hfsplus: prevent crash on exit from failed search
Ernesto A. Fernandez
1
-3
/
+4
2018-08-23
hfsplus: fix NULL dereference in hfsplus_lookup()
Ernesto A. Fernández
1
-2
/
+2
2018-08-23
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
getxattr: use correct xattr length
Christian Brauner
1
-1
/
+1
2018-08-23
powerpc/mce: Fix SLB rebolting during MCE recovery path.
Mahesh Salgaonkar
1
-1
/
+1
2018-08-23
KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages
Paul Mackerras
1
-7
/
+10
2018-08-23
powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transition
Aneesh Kumar K.V
1
-3
/
+5
2018-08-23
drm/edid: Add 6 bpc quirk for SDC panel in Lenovo B50-80
Kai-Heng Feng
1
-0
/
+3
2018-08-23
ACPI: fix menuconfig presentation of ACPI submenu
Arnd Bergmann
1
-3
/
+3
2018-08-23
powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.
Aneesh Kumar K.V
1
-1
/
+17
2018-08-23
powerpc/nohash: fix pte_access_permitted()
Christophe Leroy
1
-6
/
+3
2018-08-22
apparmor: remove no-op permission check in policy_unpack
John Johansen
1
-32
/
+0
2018-08-22
x86/mm/tlb: Revert the recent lazy TLB patches
Peter Zijlstra
4
-181
/
+77
2018-08-22
include/linux/compiler*.h: make compiler-*.h mutually exclusive
Nick Desaulniers
9
-253
/
+133
2018-08-22
sunrpc: Add comment defining gssd upcall API keywords
Chuck Lever
1
-0
/
+17
2018-08-22
nfsd: Remove callback_cred
Chuck Lever
3
-30
/
+2
2018-08-22
nfsd: Use correct credential for NFSv4.0 callback with GSS
Chuck Lever
1
-1
/
+8
2018-08-22
sunrpc: Extract target name into svc_cred
Chuck Lever
3
-27
/
+53
2018-08-22
sunrpc: Enable the kernel to specify the hostname part of service principals
Chuck Lever
1
-3
/
+17
2018-08-22
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
[next]