summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-243-9/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-233-4/+3
|\
| * cpumask: remove arch_send_call_function_ipiRusty Russell2009-09-241-1/+0
| * cpumask: arch_send_call_function_ipi_mask: s390Rusty Russell2009-09-242-3/+4
| * cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell2009-09-241-1/+0
* | headers: utsname.h reduxAlexey Dobriyan2009-09-232-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-237-10/+11
|\ \ | |/ |/|
| * Use macros for .data.page_aligned section.Tim Abbott2009-09-213-3/+5
| * Use new __init_task_data macro in arch init_task.c files.Joe Perches2009-09-211-3/+2
| * kbuild: rename ld-option to cc-ldoptionSam Ravnborg2009-09-202-2/+2
| * kbuild: use INSTALLKERNEL to select customized installkernel scriptSam Ravnborg2009-09-201-2/+2
* | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-09-2317-233/+259
|\ \
| * | [S390] Update default configuration.Martin Schwidefsky2009-09-221-12/+25
| * | [S390] hibernate: Do real CPU swap at resume timeMichael Holzheu2009-09-225-69/+71
| * | [S390] hibernate: make sure pfn_is_nosave handles lowcore pagesHeiko Carstens2009-09-222-17/+9
| * | [S390] smp: introduce LC_ORDER and simplify lowcore handlingHeiko Carstens2009-09-222-10/+10
| * | [S390] ptrace: use common code for simple peek/poke operationsChristian Borntraeger2009-09-221-15/+4
| * | [S390] fix disabled_wait inline assembly clobber listHeiko Carstens2009-09-221-1/+1
| * | [S390] Change kernel_page_present coding style.Heiko Carstens2009-09-221-10/+7
| * | [S390] hibernation: reset system after resumeHeiko Carstens2009-09-221-2/+40
| * | [S390] hibernation: fix guest page hinting related crashHeiko Carstens2009-09-222-8/+51
| * | [S390] Get rid of init_module/delete_module compat functions.Heiko Carstens2009-09-223-41/+8
| * | [S390] Convert sys_execve to function with parameters.Heiko Carstens2009-09-226-39/+39
| * | [S390] Convert sys_clone to function with parameters.Heiko Carstens2009-09-226-28/+13
* | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-231-0/+1
|\ \ \
| * \ \ Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner2009-08-291-0/+1
| |\ \ \
| | * | | cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka2009-08-031-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-222-2/+2
|\ \ \ \ \
| * | | | | trivial: remove unnecessary semicolonsJoe Perches2009-09-212-2/+2
* | | | | | mm: remove duplicate asm/mman.h filesArnd Bergmann2009-09-221-14/+1
* | | | | | mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsArnd Bergmann2009-09-221-0/+2
* | | | | | arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2009-09-221-1/+1
* | | | | | const: mark remaining super_operations constAlexey Dobriyan2009-09-221-2/+2
| |_|_|/ / |/| | | |
* | | | | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-217-21/+21
|/ / / /
* | | / includecheck fix: s390, sys_s390.cJaswinder Singh Rajput2009-09-201-1/+0
| |_|/ |/| |
* | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-181-28/+10
|\| |
| * | timekeeping: Introduce read_boot_clockMartin Schwidefsky2009-08-151-12/+5
| * | timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky2009-08-151-18/+4
| * | timekeeping: Introduce struct timekeeperMartin Schwidefsky2009-08-151-1/+0
| * | clocksource: Cleanup clocksource selectionMartin Schwidefsky2009-08-151-0/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-152-30/+11
|\ \ \
| * | | Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-1419-64/+117
| |\| |
| * | | linker script: unify usage of discard definitionTejun Heo2009-07-091-7/+3
| * | | Merge branch 'master' into for-nextTejun Heo2009-07-0414-77/+141
| |\ \ \
| * | | | s390: switch to dynamic percpu allocatorTejun Heo2009-06-242-27/+8
| * | | | linker script: throw away .discard sectionTejun Heo2009-06-241-0/+1
| * | | | percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo2009-06-241-0/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-09-143-7/+10
|\ \ \ \ \
| * | | | | [SCSI] zfcp: Remove duplicated code for debug timestampsChristof Schmitt2009-09-053-7/+10
| | |_|/ / | |/| | |
* | | | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-09-1410-117/+139
|\ \ \ \ \