index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-17
s390/cmm: Removed useless label
Alexandru Gheorghiu
1
-5
/
+3
2013-04-17
s390/bpf,jit: use kcalloc instead of kmalloc and memset
Stelian Nirlu
1
-2
/
+1
2013-04-17
s390/dis: use explicit buf len
Stefan Raspl
3
-6
/
+8
2013-04-17
s390/pci: use kmem_cache_zalloc instead of kmem_cache_alloc/memset
Wei Yongjun
1
-2
/
+1
2013-04-17
s390/mm: zero page cache synonyms for zEC12
Martin Schwidefsky
1
-1
/
+9
2013-04-17
s390/mm: protection exception PSW for aborted transaction
Martin Schwidefsky
1
-2
/
+7
2013-04-17
idle: Remove GENERIC_IDLE_LOOP config switch
Thomas Gleixner
1
-1
/
+0
2013-04-15
s390/kdump: Add PM notifier for kdump
Michael Holzheu
1
-0
/
+30
2013-04-09
create_proc_cpu_mask() doesn't need an argument...
Al Viro
1
-4
/
+2
2013-04-09
switch compat readv/writev variants to COMPAT_SYSCALL_DEFINE
Al Viro
2
-18
/
+2
2013-04-08
s390: Use generic idle loop
Thomas Gleixner
4
-30
/
+11
2013-04-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-29
/
+58
2013-04-06
oprofile, s390: Add support for IBM zEnterprise EC12
Andreas Krebbel
1
-0
/
+1
2013-04-02
KVM: s390: Enable KVM_CAP_NR_MEMSLOTS on s390
Nick Wang
1
-0
/
+3
2013-04-02
KVM: s390: Remove the sanity checks for kvm memory slot
Nick Wang
1
-12
/
+4
2013-04-02
KVM: s390: fix compile with !CONFIG_COMPAT
Heiko Carstens
1
-0
/
+1
2013-04-02
KVM: s390: fix stsi exception handling
Heiko Carstens
1
-10
/
+10
2013-04-02
KVM: s390: fix and enforce return code handling for irq injections
Heiko Carstens
4
-73
/
+37
2013-04-02
KVM: s390: make if statements in lpsw/lpswe handlers readable
Heiko Carstens
1
-34
/
+24
2013-04-02
KVM: s390: fix return code handling in lpsw/lpswe handlers
Heiko Carstens
1
-30
/
+14
2013-04-02
KVM: s390: fix psw conversion in lpsw handler
Heiko Carstens
1
-1
/
+2
2013-04-02
KVM: s390: fix 24 bit psw handling in lpsw/lpswe handler
Heiko Carstens
1
-1
/
+1
2013-04-02
KVM: s390: Dont do a gmap update on minor memslot changes
Christian Borntraeger
1
-0
/
+10
2013-04-02
s390/mm: provide emtpy check_pgt_cache() function
Heiko Carstens
1
-1
/
+2
2013-04-02
s390/uaccess: fix page table walk
Heiko Carstens
2
-27
/
+55
2013-03-31
net: add option to enable error queue packets waking select
Keller, Jacob E
1
-0
/
+2
2013-03-21
Merge remote-tracking branch 'upstream/master' into queue
Marcelo Tosatti
8
-7
/
+15
2013-03-21
s390/uaccess: fix clear_user_pt()
Heiko Carstens
1
-1
/
+1
2013-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
5
-6
/
+12
2013-03-18
treewide: Fix typos in printk and comment
Masanari Iida
2
-2
/
+2
2013-03-12
Select VIRT_TO_BUS directly where needed
Stephen Rothwell
1
-1
/
+1
2013-03-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2013-03-11
s390: Fix a header dependencies related build error
Li Zefan
1
-0
/
+1
2013-03-07
s390/kvm,gaccess: add address space annotations
Heiko Carstens
4
-41
/
+42
2013-03-07
s390/kvm: cleanup/fix handle_tpi()
Heiko Carstens
1
-24
/
+30
2013-03-07
s390/kvm,gaccess: shorten copy_to/from_guest code
Heiko Carstens
1
-253
/
+41
2013-03-07
s390/kvm,gaccess: shorten put/get_guest code
Heiko Carstens
4
-152
/
+81
2013-03-07
s390/kvm: remove explicit -EFAULT return code checking on guest access
Heiko Carstens
3
-177
/
+74
2013-03-07
s390/kvm,tprot: use new gmap_translate() function
Heiko Carstens
1
-12
/
+9
2013-03-07
s390/mm,gmap: implement gmap_translate()
Heiko Carstens
2
-22
/
+87
2013-03-07
s390/kvm,gaccess: fix guest access return code handling
Heiko Carstens
1
-2
/
+5
2013-03-07
s390/scm: process availability
Sebastian Ott
1
-1
/
+1
2013-03-07
s390/scm_blk: suspend writes
Sebastian Ott
1
-0
/
+2
2013-03-07
s390/scm_drv: extend notify callback
Sebastian Ott
1
-1
/
+3
2013-03-05
KVM: s390: Wire up ioeventfd.
Cornelia Huck
4
-1
/
+29
2013-03-05
KVM: s390: Export virtio-ccw api.
Cornelia Huck
2
-0
/
+22
2013-03-05
s390/mm: fix flush_tlb_kernel_range()
Heiko Carstens
1
-2
/
+0
2013-03-05
s390/mm: fix vmemmap size calculation
Heiko Carstens
1
-0
/
+2
2013-03-05
s390: critical section cleanup vs. machine checks
Martin Schwidefsky
2
-3
/
+5
2013-03-04
KVM: set_memory_region: Refactor commit_memory_region()
Takuya Yoshikawa
1
-1
/
+2
[prev]
[next]