| Commit message (Expand) | Author | Age | Files | Lines |
* | um: switch close_chan() to struct line | Al Viro | 2012-03-25 | 3 | -9/+11 |
* | um: race fix: initialize delayed_work *before* registering IRQ | Al Viro | 2012-03-25 | 3 | -18/+15 |
* | um: line->have_irq is never checked... | Al Viro | 2012-03-25 | 2 | -2/+0 |
* | um: chan_init_pri is dead now | Al Viro | 2012-03-25 | 1 | -2/+0 |
* | um: switch users of ->chan_list to ->chan_{in,out} (easy cases) | Al Viro | 2012-03-25 | 5 | -128/+88 |
* | um: sorting out the chan mess, part 1 | Al Viro | 2012-03-25 | 2 | -0/+5 |
* | um: finally kill ->init_str leaks | Al Viro | 2012-03-25 | 1 | -1/+3 |
* | um: get rid of lines_init() | Al Viro | 2012-03-25 | 4 | -46/+33 |
* | um: switch line.c tty drivers to dynamic device creation | Al Viro | 2012-03-25 | 4 | -42/+40 |
* | um: fix races between line_open() and line_config() | Al Viro | 2012-03-25 | 2 | -28/+29 |
* | um: convert count_lock to mutex, fix a race in line_open() | Al Viro | 2012-03-25 | 4 | -20/+12 |
* | um: get rid of the init_prio mess | Al Viro | 2012-03-25 | 4 | -74/+68 |
* | um: switch line_config() to setup_one_line() | Al Viro | 2012-03-25 | 1 | -6/+16 |
* | um: switch line_remove() to setup_one_line() | Al Viro | 2012-03-25 | 1 | -8/+5 |
* | um: auxvec.h is never used | Al Viro | 2012-03-25 | 1 | -4/+0 |
* | um: clean up the includes in ubd | Al Viro | 2012-03-25 | 3 | -34/+18 |
* | um: irq: Remove IRQF_DISABLED | Yong Zhang | 2012-03-25 | 9 | -13/+13 |
* | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming | Linus Torvalds | 2012-03-16 | 1 | -27/+0 |
|\ |
|
| * | C6X: remove dead code from entry.S | Mark Salter | 2012-03-16 | 1 | -27/+0 |
* | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca... | Linus Torvalds | 2012-03-14 | 2 | -2753/+2 |
|\ \ |
|
| * | | arch/tile/configs: convert to minimal configs via "make savedefconfig" | Chris Metcalf | 2012-03-14 | 2 | -2753/+2 |
* | | | sparc32: Add -Av8 to assembler command line. | David S. Miller | 2012-03-13 | 1 | -1/+1 |
* | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca... | Linus Torvalds | 2012-03-13 | 6 | -576/+1488 |
|\ \ \
| |/ / |
|
| * | | tile: Use set_current_blocked() and block_sigmask() | Matt Fleming | 2012-03-13 | 2 | -15/+3 |
| * | | arch/tile: misplaced parens near likely | roel | 2012-03-12 | 1 | -1/+1 |
| * | | arch/tile: sync up the defconfig files to the tip | Chris Metcalf | 2012-03-12 | 2 | -559/+1483 |
| * | | arch/tile: Fix up from commit 8a25a2fd126c621f44f3aeaef80d51f00fc11639 | Chris Metcalf | 2012-03-12 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-03-13 | 1 | -8/+9 |
|\ \ |
|
| * | | perf/x86: Fix local vs remote memory events for NHM/WSM | Peter Zijlstra | 2012-03-12 | 1 | -8/+9 |
| |/ |
|
* | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh | Linus Torvalds | 2012-03-12 | 3 | -2/+5 |
|\ \ |
|
| * | | sh: fix up the ubc clock definition for sh7785. | Thomas Schwinge | 2012-03-07 | 1 | -1/+1 |
| * | | sh: add parameter for RSPI in clock-sh7757 | Shimoda, Yoshihiro | 2012-03-07 | 1 | -1/+3 |
| * | | sh: Fix sh2a vbr table for more than 255 irqs | Phil Edworthy | 2012-03-07 | 1 | -0/+1 |
* | | | Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-sh | Linus Torvalds | 2012-03-12 | 4 | -2/+8 |
|\ \ \
| |_|/
|/| | |
|
| * | | ARM: mach-shmobile: ap4evb: fixup fsi2_ak4643_info typo | Kuninori Morimoto | 2012-03-07 | 1 | -1/+1 |
| * | | ARM: mach-shmobile: mackerel: Reserve DMA memory for the frame buffer | Laurent Pinchart | 2012-03-07 | 1 | -0/+4 |
| * | | ARM: mach-shmobile: Fix ag5evm compilation by including linux/videodev2.h | Laurent Pinchart | 2012-03-07 | 1 | -0/+1 |
| * | | ARM: mach-shmobile: Fix bonito compile breakage | Phil Edworthy | 2012-03-07 | 1 | -1/+2 |
| |/ |
|
* | | x86: Derandom delay_tsc for 64 bit | Thomas Gleixner | 2012-03-09 | 1 | -2/+2 |
* | | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming | Linus Torvalds | 2012-03-09 | 1 | -2/+2 |
|\ \ |
|
| * | | C6X: fix KSTK_EIP and KSTK_ESP macros | Mark Salter | 2012-03-07 | 1 | -2/+2 |
* | | | Merge tag 'iommu-fixes-v3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-03-09 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | ARM: OMAP: fix iommu, not mailbox | Ohad Ben-Cohen | 2012-03-05 | 2 | -3/+3 |
* | | | | Merge tag 'fixes-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2012-03-08 | 5 | -2/+13 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/... | Olof Johansson | 2012-03-08 | 4 | -2/+12 |
| |\ \ \ \ |
|
| | * | | | | ARM: OMAP2+: Fix module build errors with CONFIG_OMAP4_ERRATA_I688 | R Sricharan | 2012-03-05 | 1 | -0/+2 |
| | * | | | | ARM: OMAP: id: Add missing break statement in omap3xxx_check_revision | Vaibhav Hiremath | 2012-02-29 | 1 | -0/+1 |
| | * | | | | ARM: OMAP2+: Remove apply_uV constraints for fixed regulator | Rajendra Nayak | 2012-02-28 | 1 | -1/+0 |
| | * | | | | ARM: OMAP: irqs: Fix NR_IRQS value to handle PRCM interrupts | Cousson, Benoit | 2012-02-28 | 1 | -1/+9 |
| * | | | | | ARM: S3C2440: Fixed build error for s3c244x | Kukjin Kim | 2012-03-08 | 1 | -0/+1 |