index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
s390/cpu hotplug: mask out CPU_TASKS_FROZEN in cu hotplug notifiers
Heiko Carstens
2012-09-26
3
-7
/
+3
|
*
|
s390/smp: fix smp_find_processor_id() argument mismatch
Heiko Carstens
2012-09-26
1
-1
/
+1
|
*
|
s390/cpu hotplug: use hotcpu_notifier() instead of register_cpu_notifier()
Heiko Carstens
2012-09-26
1
-5
/
+1
|
*
|
s390/kvm: Improve Kconfig help text.
Cornelia Huck
2012-09-26
1
-4
/
+5
|
*
|
s390/kconfig: split the s390 base menu
Jan Glauber
2012-09-26
2
-191
/
+196
|
*
|
s390/cache: expose cpu cache topology via sysfs
Heiko Carstens
2012-09-26
2
-0
/
+360
|
*
|
s390: enable large page support with CONFIG_DEBUG_PAGEALLOC
Gerald Schaefer
2012-09-26
2
-3
/
+1
|
*
|
s390/string: provide asm lib functions for memcpy and memcmp
Heiko Carstens
2012-09-26
7
-81
/
+213
|
*
|
s390/bpf,jit: improve code generation
Heiko Carstens
2012-09-26
1
-4
/
+37
|
*
|
s390/bpf,jit: BPF Just In Time compiler for s390
Martin Schwidefsky
2012-09-26
7
-0
/
+898
*
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2012-10-01
4
-11
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
vtime: Consolidate system/idle context detection
Frederic Weisbecker
2012-09-25
1
-0
/
+3
|
*
|
cputime: Use a proper subsystem naming for vtime related APIs
Frederic Weisbecker
2012-09-25
1
-3
/
+3
|
*
|
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
2012-09-04
10
-14
/
+28
|
|
\
\
|
*
|
|
s390: Remove leftover account_tick_vtime() header
Frederic Weisbecker
2012-08-20
1
-2
/
+0
|
*
|
|
cputime: Consolidate vtime handling on context switch
Frederic Weisbecker
2012-08-20
2
-4
/
+2
|
*
|
|
cputime: Generalize CONFIG_VIRT_CPU_ACCOUNTING
Frederic Weisbecker
2012-08-17
1
-3
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2012-09-21
4
-95
/
+75
|
\
\
\
|
*
|
|
s390/mm: fix user access page-table walk code
Gerald Schaefer
2012-09-17
1
-79
/
+63
|
*
|
|
s390/hwcaps: do not report high gprs for 31 bit kernel
Martin Schwidefsky
2012-09-10
1
-0
/
+2
|
*
|
|
s390/hugetlb: use direct TLB flushing for hugetlbfs pages
Gerald Schaefer
2012-09-06
1
-14
/
+10
|
*
|
|
s390/mm: fix deadlock in unmap_hugepage_range()
Gerald Schaefer
2012-09-03
1
-2
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-09-14
1
-5
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
oprofile, s390: Fix uninitialized memory access when writing to oprofilefs
Robert Richter
2012-08-27
1
-5
/
+5
*
|
|
s390/32: Don't clobber personality flags on exec
Heiko Carstens
2012-08-30
1
-1
/
+2
*
|
|
s390/smp: add missing smp_store_status() for !SMP
Heiko Carstens
2012-08-28
1
-0
/
+1
*
|
|
s390: Always use "long" for ssize_t to match size_t
Geert Uytterhoeven
2012-08-21
1
-2
/
+1
|
/
/
*
|
s390/compat: fix mmap compat system calls
Heiko Carstens
2012-08-08
1
-2
/
+0
*
|
s390/compat: fix compat wrappers for process_vm system calls
Heiko Carstens
2012-08-08
1
-2
/
+2
*
|
s390: do not clobber personality flags in sys_32_personality()
Jiri Kosina
2012-08-08
1
-4
/
+5
*
|
s390/seccomp: add support for system call filtering using BPF
Heiko Carstens
2012-08-08
3
-1
/
+17
*
|
s390/mm: remove MAX_PHYSADDR_BITS define
Heiko Carstens
2012-08-08
1
-2
/
+0
|
/
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-07-31
1
-1
/
+1
|
\
|
*
memcg: rename config variables
Andrew Morton
2012-07-31
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2012-07-31
17
-105
/
+103
|
\
\
|
|
/
|
/
|
|
*
s390: make use of user_mode() macro where possible
Heiko Carstens
2012-07-30
4
-15
/
+15
|
*
s390/mm: rename user_mode variable to addressing_mode
Heiko Carstens
2012-07-30
6
-14
/
+15
|
*
s390/mm: fix fault handling for page table walk case
Heiko Carstens
2012-07-30
1
-6
/
+7
|
*
s390/mm: make page faults killable
Heiko Carstens
2012-07-30
1
-1
/
+11
|
*
s390: update defconfig
Heiko Carstens
2012-07-26
1
-2
/
+3
|
*
s390/mm: downgrade page table after fork of a 31 bit process
Martin Schwidefsky
2012-07-26
4
-8
/
+25
|
*
s390/ipl: Use diagnose 8 command separation
Michael Holzheu
2012-07-26
1
-10
/
+2
|
*
s390/linker script: use RO_DATA_SECTION
Heiko Carstens
2012-07-26
1
-1
/
+1
|
*
s390/exceptions: sort exception table at build time
Heiko Carstens
2012-07-26
2
-1
/
+1
|
*
s390/debug: remove module_exit function / move EXPORT_SYMBOLs
Heiko Carstens
2012-07-26
1
-47
/
+23
*
|
ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION
Will Deacon
2012-07-30
2
-1
/
+1
*
|
atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() test
Catalin Marinas
2012-07-30
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2012-07-26
1
-18
/
+0
|
\
\
|
|
/
|
/
|
|
*
crypto: s390 - clean up DES code a bit more
Paul Bolle
2012-06-14
1
-18
/
+0
*
|
Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2012-07-24
5
-38
/
+55
|
\
\
[prev]
[next]