Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | serial: add irq handler for Freescale 16550 errata. | Paul Gortmaker | 2011-12-09 | 1 | -0/+3 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-01-08 | 6 | -61/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 2011-12-02 | 3 | -3/+3 | |
| * | | | | | powerpc/mpc5121: drop "select MPC5121_ADS_CPLD" | Paul Bolle | 2011-11-13 | 1 | -1/+0 | |
| * | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2011-11-13 | 385 | -2215/+10114 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | powerpc/4xx: Fix typo 'PCC4xx_MSI' | Paul Bolle | 2011-11-13 | 1 | -1/+1 | |
| * | | | | | | powerpc: 4xx: remove commented out Kconfig entries | Paul Bolle | 2011-10-29 | 2 | -54/+0 | |
* | | | | | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-01-08 | 2 | -3/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | PM: Drop generic_subsys_pm_ops | Rafael J. Wysocki | 2011-12-21 | 1 | -1/+0 | |
| * | | | | | | | Merge branch 'master' into pm-sleep | Rafael J. Wysocki | 2011-12-21 | 8 | -7/+21 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | freezer: remove now unused TIF_FREEZE | Tejun Heo | 2011-11-21 | 1 | -2/+0 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 | 8 | -23/+15 | |
|\ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ | Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z | Al Viro | 2012-01-06 | 8 | -22/+15 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | fs: move code out of buffer.c | Al Viro | 2012-01-03 | 1 | -1/+0 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | consolidate umode_t declarations | Al Viro | 2012-01-03 | 1 | -6/+0 | |
| | * | | | | | | | | switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_t | Al Viro | 2012-01-03 | 1 | -2/+2 | |
| | * | | | | | | | | switch spufs guts to umode_t | Al Viro | 2012-01-03 | 4 | -12/+12 | |
| | * | | | | | | | | switch procfs to umode_t use | Al Viro | 2012-01-03 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 2012-01-03 | 1 | -1/+0 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-01-07 | 1 | -34/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags() | Grant Likely | 2011-12-12 | 1 | -34/+8 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-07 | 18 | -357/+355 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 2012-01-06 | 18 | -354/+352 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | driver-core: remove sysdev.h usage. | Kay Sievers | 2011-12-21 | 5 | -5/+4 | |
| | * | | | | | | | power: suspend - convert sysdev_class to a regular subsystem | Kay Sievers | 2011-12-21 | 1 | -16/+17 | |
| | * | | | | | | | power: qe_ic - convert sysdev_class to a regular subsystem | Kay Sievers | 2011-12-21 | 1 | -6/+6 | |
| | * | | | | | | | power: cmm - convert sysdev_class to a regular subsystem | Kay Sievers | 2011-12-21 | 1 | -33/+34 | |
| | * | | | | | | | convert 'memory' sysdev_class to a regular subsystem | Kay Sievers | 2011-12-21 | 1 | -2/+2 | |
| | * | | | | | | | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem | Kay Sievers | 2011-12-21 | 10 | -292/+289 | |
* | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-01-06 | 377 | -15937/+21299 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | powerpc: fix compile error with 85xx/p1010rdb.c | Tony Breeds | 2012-01-04 | 1 | -2/+0 | |
| * | | | | | | | | | powerpc: fix compile error with 85xx/p1023_rds.c | Michael Neuling | 2012-01-04 | 1 | -1/+0 | |
| * | | | | | | | | | powerpc/fsl: add MSI support for the Freescale hypervisor | Timur Tabi | 2012-01-04 | 3 | -23/+81 | |
| * | | | | | | | | | arch/powerpc/sysdev/fsl_rmu.c: introduce missing kfree | Julia Lawall | 2012-01-04 | 1 | -0/+1 | |
| * | | | | | | | | | powerpc/fsl: Add support for Integrated Flash Controller | Prabhakar Kushwaha | 2012-01-04 | 4 | -0/+1149 | |
| * | | | | | | | | | powerpc/fsl: update compatiable on fsl 16550 uart nodes | Kumar Gala | 2012-01-04 | 51 | -101/+101 | |
| * | | | | | | | | | powerpc/85xx: fix PCI and localbus properties in p1022ds.dts | Timur Tabi | 2012-01-04 | 1 | -4/+4 | |
| * | | | | | | | | | powerpc/85xx: re-enable ePAPR byte channel driver in corenet32_smp_defconfig | Timur Tabi | 2012-01-04 | 1 | -0/+1 | |
| * | | | | | | | | | powerpc/fsl: Update defconfigs to enable some standard FSL HW features | Kumar Gala | 2012-01-04 | 4 | -15/+30 | |
| * | | | | | | | | | powerpc: Add TBI PHY node to first MDIO bus | Andy Fleming | 2012-01-04 | 5 | -2/+24 | |
| * | | | | | | | | | sbc834x: put full compat string in board match check | Paul Gortmaker | 2012-01-04 | 1 | -2/+2 | |
| * | | | | | | | | | powerpc/fsl-pci: Allow 64-bit PCIe devices to DMA to any memory address | Kumar Gala | 2012-01-04 | 1 | -0/+55 | |
| * | | | | | | | | | powerpc: Fix unpaired probe_hcall_entry and probe_hcall_exit | Li Zhong | 2012-01-03 | 2 | -3/+3 | |
| * | | | | | | | | | powerpc/boot: Change the WARN to INFO for boot wrapper overlap message | Suzuki Poulose | 2011-12-21 | 1 | -2/+2 | |
| * | | | | | | | | | powerpc/44x: Fix build error on currituck platform | Josh Boyer | 2011-12-20 | 1 | -1/+1 | |
| * | | | | | | | | | powerpc/boot: Change the load address for the wrapper to fit the kernel | Suzuki Poulose | 2011-12-20 | 1 | -0/+20 | |
| * | | | | | | | | | powerpc/44x: Enable CRASH_DUMP for 440x | Suzuki Poulose | 2011-12-20 | 1 | -2/+2 | |
| * | | | | | | | | | powerpc/44x: Enable CONFIG_RELOCATABLE for PPC44x | Suzuki Poulose | 2011-12-20 | 2 | -3/+94 | |
| * | | | | | | | | | powerpc: Define virtual-physical translations for RELOCATABLE | Suzuki Poulose | 2011-12-20 | 2 | -3/+89 | |
| * | | | | | | | | | powerpc: Process dynamic relocations for kernel | Suzuki Poulose | 2011-12-20 | 6 | -23/+256 |