index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-16
ia64: remove support for machvecs
Christoph Hellwig
50
-488
/
+116
2019-08-16
ia64: move the screen_info setup to common code
Christoph Hellwig
2
-30
/
+34
2019-08-16
ia64: move the ROOT_DEV setup to common code
Christoph Hellwig
2
-9
/
+9
2019-08-16
ia64: rework iommu probing
Christoph Hellwig
14
-151
/
+40
2019-08-16
ia64: remove the unused sn_coherency_id symbol
Christoph Hellwig
1
-3
/
+0
2019-08-16
ia64: remove the SGI UV simulator support
Christoph Hellwig
4
-64
/
+6
2019-08-16
ia64: remove the zx1 swiotlb machvec
Christoph Hellwig
15
-147
/
+7
2019-08-16
ia64: remove CONFIG_ACPI ifdefs
Christoph Hellwig
7
-36
/
+8
2019-08-16
ia64: remove CONFIG_PCI ifdefs
Christoph Hellwig
5
-35
/
+3
2019-08-16
ia64: remove the hpsim platform
Christoph Hellwig
28
-2711
/
+26
2019-08-16
ia64: remove now unused machvec indirections
Christoph Hellwig
23
-669
/
+67
2019-08-16
ia64: remove support for the SGI SN2 platform
Christoph Hellwig
92
-20657
/
+14
2019-08-16
drivers: remove the SGI SN2 IOC4 base support
Christoph Hellwig
13
-752
/
+0
2019-08-16
drivers: remove the SGI SN2 IOC3 base support
Christoph Hellwig
6
-877
/
+0
2019-08-16
qla2xxx: remove SGI SN2 support
Christoph Hellwig
1
-14
/
+0
2019-08-16
qla1280: remove SGI SN2 support
Christoph Hellwig
2
-40
/
+0
2019-08-16
misc/sgi-xp: remove SGI SN2 support
Christoph Hellwig
14
-3034
/
+15
2019-08-16
char/mspec: remove SGI SN2 support
Christoph Hellwig
1
-144
/
+11
2019-08-16
tty/serial: remove the ioc3_serial driver
Christoph Hellwig
5
-2211
/
+0
2019-08-16
tty/serial: remove the ioc4_serial driver
Christoph Hellwig
5
-2967
/
+0
2019-08-16
tty/serial: remove the sn_console driver
Christoph Hellwig
6
-1056
/
+0
2019-08-16
PCI/hotplug: remove the sgi_hotplug driver
Christoph Hellwig
3
-710
/
+0
2019-08-16
ide: remove the sgiioc4 driver
Christoph Hellwig
6
-644
/
+0
2019-08-16
char/agp: remove the sgi-agp driver
Christoph Hellwig
5
-348
/
+0
2019-08-16
char: remove the SGI tiocx/mbcs driver
Christoph Hellwig
8
-1973
/
+0
2019-08-16
char: remove the SGI snsc driver
Christoph Hellwig
7
-875
/
+0
2019-08-12
kernel: only define task_struct_whitelist conditionally
Christoph Hellwig
1
-0
/
+2
2019-08-12
ia64/kprobes: remove the unused ia64_get_bsp_cfm function
Christoph Hellwig
1
-26
/
+0
2019-08-12
ia64: annotate switch fallthroughs in ia64_handle_unaligned
Christoph Hellwig
1
-3
/
+3
2019-08-12
ia64: annotate a switch fallthrough in ia64_do_signal
Christoph Hellwig
1
-5
/
+5
2019-08-06
ia64:unwind: fix double free for mod->arch.init_unw_table
chenzefeng
1
-2
/
+6
2019-08-05
Linux 5.3-rc3
v5.3-rc3
Linus Torvalds
1
-1
/
+1
2019-08-04
tpm: tpm_ibm_vtpm: Fix unallocated banks
Nayna Jain
4
-17
/
+47
2019-08-04
tpm: Fix null pointer dereference on chip register error path
Milan Broz
1
-7
/
+16
2019-08-04
MAINTAINERS: Add Geert as Renesas SoC Co-Maintainer
Geert Uytterhoeven
1
-0
/
+4
2019-08-04
kconfig: Clear "written" flag to avoid data loss
M. Vefa Bicakci
1
-0
/
+4
2019-08-03
drivers/acpi/scan.c: document why we don't need the device_hotplug_lock
David Hildenbrand
1
-0
/
+6
2019-08-03
memremap: move from kernel/ to mm/
Christoph Hellwig
3
-1
/
+1
2019-08-03
lib/test_meminit.c: use GFP_ATOMIC in RCU critical section
Alexander Potapenko
1
-1
/
+1
2019-08-03
asm-generic: fix -Wtype-limits compiler warnings
Qian Cai
1
-30
/
+20
2019-08-03
cgroup: kselftest: relax fs_spec checks
Chris Down
1
-2
/
+1
2019-08-03
mm/memory_hotplug.c: remove unneeded return for void function
Weitao Hou
1
-2
/
+0
2019-08-03
mm/migrate.c: initialize pud_entry in migrate_vma()
Ralph Campbell
1
-10
/
+7
2019-08-03
coredump: split pipe command whitespace before expanding template
Paul Wise
1
-5
/
+39
2019-08-03
page flags: prioritize kasan bits over last-cpuid
Arnd Bergmann
2
-7
/
+12
2019-08-03
ubsan: build ubsan.c more conservatively
Arnd Bergmann
1
-1
/
+2
2019-08-03
kasan: remove clang version check for KASAN_STACK
Arnd Bergmann
1
-6
/
+5
2019-08-03
mm: compaction: avoid 100% CPU usage during compaction when a task is killed
Mel Gorman
1
-4
/
+7
2019-08-03
mm: migrate: fix reference check race between __find_get_block() and migration
Jan Kara
1
-1
/
+3
2019-08-03
mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab ...
Yang Shi
1
-1
/
+8
[next]