Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | MIPS: Rename mips_dma_cache_sync back to dma_cache_sync | Ralf Baechle | 2010-12-16 | 1 | -1/+3 | |
| * | | | | | | | | | | MIPS: MT: Fix typo in comment. | Ralf Baechle | 2010-12-16 | 1 | -1/+1 | |
| * | | | | | | | | | | SSB: Fix nvram_get on BCM47xx platform | Hauke Mehrtens | 2010-12-16 | 1 | -6/+11 | |
| * | | | | | | | | | | MIPS: BCM47xx: Swap serial console if ttyS1 was specified. | Hauke Mehrtens | 2010-12-16 | 1 | -0/+16 | |
| * | | | | | | | | | | MIPS: BCM47xx: Use sscanf for parsing mac address | Hauke Mehrtens | 2010-12-16 | 2 | -20/+10 | |
| * | | | | | | | | | | MIPS: BCM47xx: Fill values for b43 into SSB sprom | Hauke Mehrtens | 2010-12-16 | 1 | -22/+92 | |
| * | | | | | | | | | | MIPS: BCM47xx: Do not read config from CFE | Hauke Mehrtens | 2010-12-16 | 1 | -19/+9 | |
| * | | | | | | | | | | MIPS: FDT size is a be32 | Thomas Chou | 2010-12-16 | 1 | -1/+1 | |
| * | | | | | | | | | | MIPS: Fix CP0 COUNTER clockevent race | Kevin Cernekee | 2010-12-16 | 1 | -1/+1 | |
| * | | | | | | | | | | MIPS: Fix regression on BCM4710 processor detection | Kevin Cernekee | 2010-12-16 | 2 | -7/+4 | |
| * | | | | | | | | | | MIPS: JZ4740: Fix pcm device name | Lars-Peter Clausen | 2010-12-16 | 1 | -1/+1 | |
| * | | | | | | | | | | MIPS: Separate two consecutive loads in memset.S | Tony Wu | 2010-12-16 | 1 | -2/+2 | |
| * | | | | | | | | | | MIPS: Send proper signal and siginfo on FP emulator faults. | David Daney | 2010-12-16 | 2 | -30/+130 | |
| * | | | | | | | | | | MIPS: AR7: Fix loops per jiffies on TNETD7200 devices | Florian Fainelli | 2010-12-16 | 3 | -6/+7 | |
| * | | | | | | | | | | MIPS: AR7: Fix double ar7_gpio_init declaration | Florian Fainelli | 2010-12-16 | 1 | -2/+0 | |
| * | | | | | | | | | | MIPS: Rework GENERIC_HARDIRQS Kconfig. | David Daney | 2010-12-16 | 1 | -14/+2 | |
| * | | | | | | | | | | MIPS: Alchemy: Add return value check for strict_strtoul() | Yoichi Yuasa | 2010-12-16 | 1 | -3/+2 | |
| * | | | | | | | | | | MIPS: Loongson: Add return value check for strict_strtoul() | Wu Zhangjin | 2010-12-16 | 1 | -2/+2 | |
| * | | | | | | | | | | MIPS: VPE loader: Check vmalloc return value in vpe_open | Jesper Juhl | 2010-12-16 | 1 | -8/+6 | |
| * | | | | | | | | | | MIPS: compat: Don't clobber personality bits in 32-bit sys_personality(). | David Daney | 2010-12-16 | 1 | -6/+7 | |
| * | | | | | | | | | | MIPS: Don't clobber personality high bits. | David Daney | 2010-12-16 | 1 | -2/+6 | |
| * | | | | | | | | | | MIPS: jz4740: Fix section mismatch in prom.c | Lars-Peter Clausen | 2010-12-16 | 1 | -1/+1 | |
| * | | | | | | | | | | MIPS: jz4740: qi_lb60: Fix gpio for the 6th row of the keyboard matrix | Lars-Peter Clausen | 2010-12-16 | 1 | -2/+2 | |
| * | | | | | | | | | | MIPS: Don't stomp on caller's ->regs[2] in copy_thread() | Al Viro | 2010-12-16 | 1 | -1/+0 | |
| * | | | | | | | | | | MIPS: Swarm: Fix typo in symbol name: RTC_M4LT81 -> RTC_M41T81 | Ralf Baechle | 2010-12-16 | 1 | -4/+4 | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2010-12-16 | 3 | -10/+115 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | lguest: populate initial_page_table | Rusty Russell | 2010-12-16 | 3 | -5/+107 | |
| * | | | | | | | | | | | lguest: restore boot speed | Rusty Russell | 2010-12-16 | 1 | -4/+7 | |
| * | | | | | | | | | | | lguest: fix crash lguest_time_init | Rusty Russell | 2010-12-16 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2010-12-16 | 2 | -9/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | nilfs2: fix regression of garbage collection ioctl | Ryusuke Konishi | 2010-12-16 | 2 | -9/+12 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-12-16 | 3 | -57/+65 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Input: define separate EVIOCGKEYCODE_V2/EVIOCSKEYCODE_V2 | Dmitry Torokhov | 2010-12-14 | 2 | -57/+62 | |
| * | | | | | | | | | | Input: wacom - add another Bamboo Pen ID (0xd4) | Kevin Granade | 2010-12-10 | 1 | -0/+3 | |
* | | | | | | | | | | | Linux 2.6.37-rc6v2.6.37-rc6 | Linus Torvalds | 2010-12-15 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2010-12-15 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h | Randy Dunlap | 2010-12-15 | 1 | -0/+1 | |
* | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2010-12-15 | 4 | -4/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ext4: fix typo which broke '..' detection in ext4_find_entry() | Aaro Koskinen | 2010-12-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | ext4: Turn off multiple page-io submission by default | Theodore Ts'o | 2010-12-14 | 3 | -3/+17 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | xen: Provide a variant of __RING_SIZE() that is an integer constant expression | Jeremy Fitzhardinge | 2010-12-15 | 3 | -5/+12 | |
* | | | | | | | | | | | MAINTAINERS: update MSM git tree | Daniel Walker | 2010-12-15 | 1 | -1/+1 | |
* | | | | | | | | | | | install_special_mapping skips security_file_mmap check. | Tavis Ormandy | 2010-12-15 | 2 | -4/+17 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2010-12-14 | 2 | -3/+13 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | workqueue: It is likely that WORKER_NOT_RUNNING is true | Steven Rostedt | 2010-12-14 | 1 | -2/+2 | |
| * | | | | | | | | | | MAINTAINERS: Add workqueue entry | Tejun Heo | 2010-12-14 | 1 | -0/+9 | |
| * | | | | | | | | | | workqueue: check the allocation of system_unbound_wq | Hitoshi Mitake | 2010-11-26 | 1 | -1/+2 | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2010-12-14 | 2 | -20/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | md: protect against NULL reference when waiting to start a raid10. | NeilBrown | 2010-12-09 | 2 | -4/+3 | |
| * | | | | | | | | | | | md: fix bug with re-adding of partially recovered device. | NeilBrown | 2010-12-09 | 1 | -2/+5 |