Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | [S390] Use csum_partial in checksum.h | Frank Munzert | 2009-03-26 | 2 | -17/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] cleanup lowcore.h | Martin Schwidefsky | 2009-03-26 | 2 | -323/+331 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] eliminate ipl_device from lowcore | Martin Schwidefsky | 2009-03-26 | 5 | -10/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] eliminate cpuinfo_S390 structure | Martin Schwidefsky | 2009-03-26 | 6 | -74/+51 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] Fix comments in lowcore structure | Christian Borntraeger | 2009-03-26 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] Expose a constant for the number of words representing the CRs | Dan Smith | 2009-03-26 | 2 | -2/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] use compiler builtin versions of strlen/strcpy/strcat | Heiko Carstens | 2009-03-26 | 2 | -0/+16 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] module function call optimization | Martin Schwidefsky | 2009-03-26 | 1 | -7/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] bitops: remove likely annotations | Heiko Carstens | 2009-03-26 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] remove duplicate nul-termination of string | Hendrik Brueckner | 2009-03-26 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] allow usage of string functions in linux/string.h | Rusty Russell | 2009-03-26 | 1 | -1/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] qdio: report SIGA errors directly | Jan Glauber | 2009-03-26 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] kernel: Disable switch_amode by default | Gerald Schaefer | 2009-03-26 | 1 | -4/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] clock sync mode flags | Martin Schwidefsky | 2009-03-26 | 1 | -27/+44 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] move EXPORT_SYMBOLs to definitions | Heiko Carstens | 2009-03-26 | 6 | -44/+19 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] convert bitmap definitions to C | Heiko Carstens | 2009-03-26 | 3 | -57/+50 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] Remove CONFIG_MACHCHK_WARNING. | Heiko Carstens | 2009-03-26 | 2 | -25/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] split/move machine check handler code | Heiko Carstens | 2009-03-26 | 6 | -5/+520 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] Fix appldata build break with !NET | Sachin Sant | 2009-03-26 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] Fix hypervisor detection for KVM | Christian Borntraeger | 2009-03-26 | 4 | -10/+17 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] check addressing mode in s390_enable_sie | Carsten Otte | 2009-03-26 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] lockdep: trace hardirq off in smp_send_stop | Christian Borntraeger | 2009-03-26 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] cputime: initialize per thread timer values on fork | Heiko Carstens | 2009-03-26 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] arch/s390/kernel/process.c: fix whitespace damage | Heiko Carstens | 2009-03-26 | 1 | -37/+27 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] move sysinfo.c from drivers/s390 to arch/s390/kernel | Heiko Carstens | 2009-03-26 | 2 | -1/+431 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] dasd: add High Performance FICON support | Stefan Weinhuber | 2009-03-26 | 1 | -12/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] dasd: add large volume support | Stefan Weinhuber | 2009-03-26 | 2 | -7/+19 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] page fault: invoke oom-killer | Heiko Carstens | 2009-03-26 | 1 | -26/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] Automatic IPL after dump | Frank Munzert | 2009-03-26 | 5 | -24/+86 | |
| * | | | | | | | | | | | | | | | | | | | | | | [S390] fix dump_stack vs. %p and (null) | Christian Borntraeger | 2009-03-26 | 1 | -1/+3 | |
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-03-26 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | sparc64: Flush TLB before releasing pages. | David S. Miller | 2009-03-26 | 1 | -2/+2 | |
| |/ / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-03-26 | 29 | -15/+469 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-03-26 | 383 | -7879/+17861 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | dsa: add switch chip cascading support | Lennert Buytenhek | 2009-03-21 | 7 | -14/+47 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-03-05 | 21 | -116/+200 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-03-01 | 31 | -203/+271 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | fec: add FEC platform support to ColdFire CPU's setup code | Greg Ungerer | 2009-02-26 | 6 | -1/+374 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-02-24 | 94 | -393/+1971 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | net: new user space API for time stamping of incoming and outgoing packets | Patrick Ohly | 2009-02-15 | 16 | -0/+48 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2009-03-26 | 2 | -0/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | [WATCHDOG] orion5x_wdt: fix compile issue by providing tclk as platform data | Thomas Reitmayr | 2009-03-25 | 2 | -0/+47 | |
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-03-26 | 64 | -1266/+4107 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | KVM: VMX: Don't allow uninhibited access to EFER on i386 | Avi Kivity | 2009-03-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | KVM: ppc: e500: Fix the bug that KVM is unstable in SMP | Liu Yu | 2009-03-24 | 2 | -1/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | KVM: ppc: e500: Fix the bug that mas0 update to wrong value when read TLB entry | Liu Yu | 2009-03-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | KVM: Fix missing smp tlb flush in invlpg | Andrea Arcangeli | 2009-03-24 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | KVM: fix sparse warnings: Should it be static? | Hannes Eder | 2009-03-24 | 2 | -9/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | KVM: fix sparse warnings: context imbalance | Hannes Eder | 2009-03-24 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | KVM: is_long_mode() should check for EFER.LMA | Amit Shah | 2009-03-24 | 1 | -1/+1 |