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
/
net
/
atm
/
mpoa_caches.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-29
kconfig: begin PARAM state only when seeing a command keyword
Masahiro Yamada
1
-1
/
+1
2018-05-29
kconfig: replace $(UNAME_RELEASE) with function call
Masahiro Yamada
2
-4
/
+3
2018-05-29
kconfig: add 'shell' built-in function
Masahiro Yamada
1
-0
/
+41
2018-05-29
kconfig: add built-in function support
Masahiro Yamada
1
-12
/
+130
2018-05-29
kconfig: make default prompt of mainmenu less specific
Masahiro Yamada
2
-2
/
+2
2018-05-29
kconfig: remove sym_expand_string_value()
Masahiro Yamada
2
-54
/
+0
2018-05-29
kconfig: remove string expansion for mainmenu after yyparse()
Masahiro Yamada
1
-19
/
+5
2018-05-29
kconfig: remove string expansion in file_lookup()
Masahiro Yamada
1
-3
/
+1
2018-05-29
kconfig: reference environment variables directly and remove 'option env='
Masahiro Yamada
19
-154
/
+343
2018-05-29
kbuild: remove CONFIG_CROSS_COMPILE support
Masahiro Yamada
2
-12
/
+0
2018-05-29
kbuild: remove kbuild cache
Masahiro Yamada
2
-90
/
+16
2018-05-28
kconfig: drop localization support
Sam Ravnborg
21
-610
/
+258
2018-05-28
kconfig: refactor ncurses package checks for building mconf and nconf
Masahiro Yamada
5
-128
/
+113
2018-05-28
kconfig: refactor GTK+ package checks for building gconf
Masahiro Yamada
2
-34
/
+32
2018-05-28
kconfig: refactor Qt package checks for building qconf
Masahiro Yamada
2
-45
/
+53
2018-05-28
kbuild: do not display CHK for filechk
Masahiro Yamada
1
-1
/
+0
2018-05-27
Linux 4.17-rc7
Linus Torvalds
1
-1
/
+1
2018-05-26
ARM: Fix i2c-gpio GPIO descriptor tables
Linus Walleij
10
-11
/
+11
2018-05-26
arm64: dts: hikey: Fix eMMC corruption regression
John Stultz
1
-1
/
+0
2018-05-25
kasan: fix memory hotplug during boot
David Hildenbrand
1
-1
/
+1
2018-05-25
kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
David Hildenbrand
1
-0
/
+1
2018-05-25
checkpatch: fix macro argument precedence test
Joe Perches
1
-1
/
+1
2018-05-25
init/main.c: include <linux/mem_encrypt.h>
Mathieu Malaterre
1
-0
/
+1
2018-05-25
kernel/sys.c: fix potential Spectre v1 issue
Gustavo A. R. Silva
1
-0
/
+5
2018-05-25
mm/memory_hotplug: fix leftover use of struct page during hotplug
Jonathan Cameron
3
-6
/
+9
2018-05-25
proc: fix smaps and meminfo alignment
Hugh Dickins
1
-5
/
+0
2018-05-25
mm: do not warn on offline nodes unless the specific node is explicitly requested
Michal Hocko
1
-1
/
+1
2018-05-25
mm, memory_hotplug: make has_unmovable_pages more robust
Michal Hocko
1
-6
/
+10
2018-05-25
mm/kasan: don't vfree() nonexistent vm_area
Andrey Ryabinin
1
-2
/
+61
2018-05-25
MAINTAINERS: change hugetlbfs maintainer and update files
Mike Kravetz
1
-1
/
+7
2018-05-25
ipc/shm: fix shmat() nil address after round-down when remapping
Davidlohr Bueso
1
-2
/
+10
2018-05-25
Revert "ipc/shm: Fix shmat mmap nil-page protection"
Davidlohr Bueso
1
-7
/
+2
2018-05-25
idr: fix invalid ptr dereference on item delete
Matthew Wilcox
2
-1
/
+10
2018-05-25
ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio"
Changwei Ge
1
-10
/
+1
2018-05-25
mm: fix nr_rotate_swap leak in swapon() error case
Omar Sandoval
1
-1
/
+6
2018-05-25
ibmvnic: Fix partial success login retries
Thomas Falcon
1
-1
/
+6
2018-05-25
KVM: x86: fix #UD address of failed Hyper-V hypercalls
Radim Krčmář
2
-16
/
+15
2018-05-25
selftests/net: Add missing config options for PMTU tests
Stefano Brivio
1
-0
/
+5
2018-05-25
mlx4_core: allocate ICM memory in page size chunks
Qing Huang
1
-7
/
+9
2018-05-25
sched, tracing: Fix trace_sched_pi_setprio() for deboosting
Sebastian Andrzej Siewior
1
-1
/
+3
2018-05-25
kthread: Allow kthread_park() on a parked kthread
Peter Zijlstra
1
-4
/
+2
2018-05-25
sched/topology: Clarify root domain(s) debug string
Juri Lelli
1
-1
/
+1
2018-05-24
firmware: qcom: scm: Fix crash in qcom_scm_call_atomic1()
Niklas Cassel
1
-4
/
+4
2018-05-24
enic: set DMA mask to 47 bit
Govindarajulu Varadarajan
1
-4
/
+4
2018-05-24
ppp: remove the PPPIOCDETACH ioctl
Eric Biggers
3
-29
/
+6
2018-05-24
ipv4: remove warning in ip_recv_error
Willem de Bruijn
1
-2
/
+0
2018-05-24
net : sched: cls_api: deal with egdev path only if needed
Or Gerlitz
1
-1
/
+1
2018-05-24
vhost: synchronize IOTLB message with dev cleanup
Jason Wang
1
-0
/
+3
2018-05-24
packet: fix reserve calculation
Willem de Bruijn
1
-1
/
+1
2018-05-24
net/mlx5: IPSec, Fix a race between concurrent sandbox QP commands
Yossi Kuperman
1
-7
/
+5
[next]