| Commit message (Expand) | Author | Age | Files | Lines |
* | um: properly check all process' threads for a live mm | Anton Vorontsov | 2012-05-31 | 1 | -6/+7 |
* | um: fix possible race on task->mm | Anton Vorontsov | 2012-05-31 | 1 | -2/+5 |
* | um: should hold tasklist_lock while traversing processes | Anton Vorontsov | 2012-05-31 | 1 | -0/+3 |
* | blackfin: fix possible deadlock in decode_address() | Anton Vorontsov | 2012-05-31 | 1 | -3/+3 |
* | blackfin: a couple of task->mm handling fixes | Anton Vorontsov | 2012-05-31 | 1 | -13/+13 |
* | sh: use clear_tasks_mm_cpumask() | Anton Vorontsov | 2012-05-31 | 1 | -6/+1 |
* | powerpc: use clear_tasks_mm_cpumask() | Anton Vorontsov | 2012-05-31 | 1 | -9/+2 |
* | arm: use clear_tasks_mm_cpumask() | Anton Vorontsov | 2012-05-31 | 1 | -7/+1 |
* | um/kernel/trap.c: port OOM changes to handle_page_fault() | Kautuk Consul | 2012-05-31 | 1 | -5/+19 |
* | rtc: rename CONFIG_RTC_MXC to CONFIG_RTC_DRV_MXC | Fabio Estevam | 2012-05-29 | 2 | -2/+2 |
* | mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition | Andrea Arcangeli | 2012-05-29 | 1 | -0/+50 |
* | x86: print physical addresses consistently with other parts of kernel | Bjorn Helgaas | 2012-05-29 | 7 | -62/+63 |
* | x86: print e820 physical addresses consistently with other parts of kernel | Bjorn Helgaas | 2012-05-29 | 1 | -26/+27 |
* | cris: select GENERIC_ATOMIC64 | Cong Wang | 2012-05-29 | 1 | -0/+1 |
* | Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2012-05-29 | 2 | -1/+13 |
|\ |
|
| * | mfd: Remove confusing ab8500-i2c file and merge into ab8500-core | Lee Jones | 2012-05-20 | 1 | -1/+1 |
| * | mfd: Add driver for STA2X11 MFD block | Alessandro Rubini | 2012-05-09 | 1 | -0/+12 |
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2012-05-28 | 2 | -11/+4 |
|\ \ |
|
| * | | mips: Fix KBUILD_CPPFLAGS definition | Michal Marek | 2012-05-16 | 1 | -2/+2 |
| * | | kbuild: link of vmlinux moved to a script | Sam Ravnborg | 2012-05-05 | 1 | -9/+2 |
| * | | kbuild: refactor final link of sparc32 | Sam Ravnborg | 2012-05-05 | 2 | -16/+9 |
* | | | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 2012-05-28 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 2012-05-06 | 2 | -2/+2 |
* | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2012-05-28 | 5 | -11/+39 |
|\ \ \ \ |
|
| * | | | | microblaze: Setup correct pointer to TLS area | Edgar E. Iglesias | 2012-05-25 | 1 | -1/+5 |
| * | | | | microblaze: Add TLS support to sys_clone | Edgar E. Iglesias | 2012-05-25 | 1 | -3/+4 |
| * | | | | microblaze: ftrace: Pass the first calling instruction for dynamic ftrace | Michal Simek | 2012-05-25 | 1 | -1/+1 |
| * | | | | microblaze: Port OOM changes to do_page_fault | Kautuk Consul | 2012-05-25 | 1 | -5/+28 |
| * | | | | microblaze: Do not select GENERIC_GPIO by default | Lars-Peter Clausen | 2012-05-25 | 1 | -1/+1 |
* | | | | | openrisc: use generic strnlen_user() function | Jonas Bonn | 2012-05-27 | 3 | -75/+3 |
* | | | | | powerpc: Use the new generic strncpy_from_user() and strnlen_user() | Paul Mackerras | 2012-05-27 | 5 | -83/+48 |
* | | | | | Merge branch 'generic-string-functions' | Linus Torvalds | 2012-05-26 | 17 | -440/+46 |
|\ \ \ \ \ |
|
| * | | | | | sparc: use the new generic strnlen_user() function | David Miller | 2012-05-26 | 7 | -231/+9 |
| * | | | | | x86: use the new generic strnlen_user() function | Linus Torvalds | 2012-05-26 | 6 | -109/+4 |
| * | | | | | word-at-a-time: make the interfaces truly generic | Linus Torvalds | 2012-05-26 | 3 | -3/+31 |
| * | | | | | x86: use generic strncpy_from_user routine | Linus Torvalds | 2012-05-26 | 3 | -97/+2 |
* | | | | | | Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-05-26 | 178 | -106/+614 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'clean/late_initcall_v2' of git://git.linaro.org/people/shawnguo... | Olof Johansson | 2012-05-11 | 179 | -106/+615 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | ARM: ux500: use machine specific hook for late init | Shawn Guo | 2012-05-08 | 5 | -4/+25 |
| | * | | | | | | ARM: tegra: use machine specific hook for late init | Shawn Guo | 2012-05-08 | 10 | -5/+30 |
| | * | | | | | | ARM: shmobile: use machine specific hook for late init | Shawn Guo | 2012-05-08 | 13 | -5/+49 |
| | * | | | | | | ARM: sa1100: use machine specific hook for late init | Shawn Guo | 2012-05-08 | 16 | -3/+25 |
| | * | | | | | | ARM: s3c64xx: use machine specific hook for late init | Shawn Guo | 2012-05-08 | 13 | -2/+23 |
| | * | | | | | | ARM: prima2: use machine specific hook for late init | Shawn Guo | 2012-05-08 | 3 | -2/+13 |
| | * | | | | | | ARM: pnx4008: use machine specific hook for late init | Shawn Guo | 2012-05-08 | 2 | -3/+13 |
| | * | | | | | | ARM: omap2: use machine specific hook for late init | Shawn Guo | 2012-05-08 | 34 | -27/+154 |
| | * | | | | | | ARM: omap1: use machine specific hook for late init | Shawn Guo | 2012-05-08 | 18 | -3/+37 |
| | * | | | | | | ARM: msm: use machine specific hook for late init | Shawn Guo | 2012-05-08 | 11 | -2/+72 |
| | * | | | | | | ARM: imx: use machine specific hook for late init | Shawn Guo | 2012-05-08 | 13 | -39/+71 |
| | * | | | | | | ARM: exynos: use machine specific hook for late init | Shawn Guo | 2012-05-08 | 11 | -2/+21 |