Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | s390/uaccess: fix strncpy_from_user string length check | Heiko Carstens | 2013-02-28 | 2 | -46/+34 | |
| | * | | | | | input: disable i8042 PC Keyboard controller for s390 | Heiko Carstens | 2013-02-28 | 1 | -1/+1 | |
| | * | | | | | s390/dis: Fix invalid array size | Syam Sidhardhan | 2013-02-28 | 1 | -2/+2 | |
| | * | | | | | s390/uaccess: remove pointless access_ok() checks | Heiko Carstens | 2013-02-28 | 4 | -46/+5 | |
| | * | | | | | s390/uaccess: fix strncpy_from_user/strnlen_user zero maxlen case | Heiko Carstens | 2013-02-28 | 3 | -0/+8 | |
| | * | | | | | s390/uaccess: shorten strncpy_from_user/strnlen_user | Heiko Carstens | 2013-02-28 | 1 | -12/+12 | |
| | * | | | | | s390/dasd: fix unresponsive device after all channel paths were lost | Stefan Haberland | 2013-02-28 | 1 | -2/+8 | |
| | * | | | | | s390/mm: ignore change bit for vmemmap | Heiko Carstens | 2013-02-28 | 1 | -1/+2 | |
| | * | | | | | s390/page table dumper: add support for change-recording override bit | Heiko Carstens | 2013-02-28 | 2 | -5/+22 | |
| * | | | | | | Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-03-03 | 8 | -13/+21 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | parisc: fix redefinition of SET_PERSONALITY | Helge Deller | 2013-03-02 | 1 | -0/+1 | |
| | * | | | | | | parisc: do not install modules when installing kernel | Rolf Eike Beer | 2013-03-02 | 1 | -3/+1 | |
| | * | | | | | | parisc: fix compile warnings triggered by atomic_sub(sizeof(),v) | Helge Deller | 2013-03-02 | 1 | -2/+2 | |
| | * | | | | | | parisc: check return value of down_interruptible() in hp_sdc_rtc.c | Helge Deller | 2013-03-02 | 1 | -3/+12 | |
| | * | | | | | | parisc: avoid unitialized variable warning in pa_memcpy() | Helge Deller | 2013-03-02 | 1 | -1/+1 | |
| | * | | | | | | parisc: remove unused variable 'compat_val' | Helge Deller | 2013-03-02 | 1 | -1/+0 | |
| | * | | | | | | parisc: switch to compat_functions of io_setup, io_getevents and io_submit | Helge Deller | 2013-03-02 | 1 | -3/+3 | |
| | * | | | | | | parisc: select ARCH_WANT_FRAME_POINTERS | Helge Deller | 2013-03-02 | 1 | -0/+1 | |
| * | | | | | | | Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-03-03 | 200 | -8/+26934 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | metag: Provide dma_get_sgtable() | James Hogan | 2013-03-02 | 1 | -0/+7 | |
| | * | | | | | | | metag: prom.h: remove declaration of metag_dt_memblock_reserve() | James Hogan | 2013-03-02 | 1 | -1/+0 | |
| | * | | | | | | | metag: copy devicetree to non-init memory | James Hogan | 2013-03-02 | 3 | -0/+20 | |
| | * | | | | | | | metag: cleanup metag_ksyms.c includes | James Hogan | 2013-03-02 | 1 | -6/+3 | |
| | * | | | | | | | metag: move mm/init.c exports out of metag_ksyms.c | James Hogan | 2013-03-02 | 2 | -2/+3 | |
| | * | | | | | | | metag: move usercopy.c exports out of metag_ksyms.c | James Hogan | 2013-03-02 | 2 | -16/+13 | |
| | * | | | | | | | metag: move setup.c exports out of metag_ksyms.c | James Hogan | 2013-03-02 | 2 | -5/+3 | |
| | * | | | | | | | metag: move kick.c exports out of metag_ksyms.c | James Hogan | 2013-03-02 | 2 | -2/+3 | |
| | * | | | | | | | metag: move traps.c exports out of metag_ksyms.c | James Hogan | 2013-03-02 | 2 | -5/+3 | |
| | * | | | | | | | metag: move irq enable out of irqflags.h on SMP | James Hogan | 2013-03-02 | 2 | -7/+20 | |
| | * | | | | | | | genksyms: fix metag symbol prefix on crc symbols | James Hogan | 2013-03-02 | 1 | -1/+2 | |
| | * | | | | | | | metag: hugetlb: convert to vm_unmapped_area() | James Hogan | 2013-03-02 | 1 | -42/+10 | |
| | * | | | | | | | metag: export clear_page and copy_page | James Hogan | 2013-03-02 | 1 | -0/+2 | |
| | * | | | | | | | metag: export metag_code_cache_flush_all | James Hogan | 2013-03-02 | 1 | -0/+1 | |
| | * | | | | | | | metag: protect more non-MMU memory regions | James Hogan | 2013-03-02 | 3 | -7/+42 | |
| | * | | | | | | | metag: make TXPRIVEXT bits explicit | James Hogan | 2013-03-02 | 2 | -7/+31 | |
| | * | | | | | | | metag: kernel/setup.c: sort includes | James Hogan | 2013-03-02 | 1 | -23/+23 | |
| | * | | | | | | | perf: Enable building perf tools for Meta | James Hogan | 2013-03-02 | 1 | -0/+6 | |
| | * | | | | | | | metag: add boot time LNKGET/LNKSET check | James Hogan | 2013-03-02 | 1 | -0/+79 | |
| | * | | | | | | | metag: add __init to metag_cache_probe() | James Hogan | 2013-03-02 | 1 | -1/+1 | |
| | * | | | | | | | metag: Add JTAG Debug Adapter (DA) support | James Hogan | 2013-03-02 | 9 | -0/+105 | |
| | * | | | | | | | scripts/checkstack.pl: Add metag support | James Hogan | 2013-03-02 | 1 | -2/+6 | |
| | * | | | | | | | metag: ftrace support | James Hogan | 2013-03-02 | 7 | -1/+248 | |
| | * | | | | | | | metag: Perf | James Hogan | 2013-03-02 | 7 | -0/+1073 | |
| | * | | | | | | | metag: Build infrastructure | James Hogan | 2013-03-02 | 19 | -0/+1124 | |
| | * | | | | | | | Kconfig.debug: add METAG to dependency lists | James Hogan | 2013-03-02 | 1 | -2/+2 | |
| | * | | | | | | | mm: define VM_GROWSUP for CONFIG_METAG | James Hogan | 2013-03-02 | 1 | -0/+2 | |
| | * | | | | | | | metag: Various other headers | James Hogan | 2013-03-02 | 11 | -0/+526 | |
| | * | | | | | | | metag: Stack unwinding | James Hogan | 2013-03-02 | 2 | -0/+207 | |
| | * | | | | | | | metag: Optimised library functions | James Hogan | 2013-03-02 | 20 | -0/+1474 | |
| | * | | | | | | | metag: DMA | James Hogan | 2013-03-02 | 2 | -0/+690 |