| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-10-13 | 1 | -62/+63 |
|\ |
|
| * | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar | 2014-10-03 | 1 | -1/+1 |
| * | locking,arch,avr32: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -61/+62 |
* | | irq_work: Introduce arch_irq_work_has_interrupt() | Peter Zijlstra | 2014-09-13 | 1 | -0/+1 |
* | | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-08-09 | 1 | -30/+20 |
|\ \ |
|
| * | | avr32: Use sigsp() | Richard Weinberger | 2014-08-06 | 1 | -6/+3 |
| * | | avr32: Use get_signal() signal_setup_done() | Richard Weinberger | 2014-08-06 | 1 | -25/+18 |
* | | | Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-08 | 11 | -63/+96 |
|\ \ \ |
|
| * | | | avr32: update defconfig to use the generic PWM framework | Alexandre Belloni | 2014-07-09 | 6 | -12/+18 |
| * | | | avr32: favr-32: use generic pwm_bl driver | Alexandre Belloni | 2014-07-09 | 2 | -21/+33 |
| * | | | avr32: merisc: use generic leds_pwm driver | Alexandre Belloni | 2014-07-09 | 1 | -13/+21 |
| * | | | avr32: MRMT: use generic leds_pwm driver | Alexandre Belloni | 2014-07-09 | 1 | -12/+22 |
| * | | | avr32/at32ap: switch to the generic PWM framework | Alexandre Belloni | 2014-07-09 | 1 | -5/+2 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt... | Linus Torvalds | 2014-08-07 | 1 | -3/+8 |
|\ \ \
| |_|/
|/| | |
|
| * | | avr32: fix error return code | Julia Lawall | 2014-08-07 | 1 | -3/+8 |
| |/ |
|
* | | arch, locking: Ciao arch_mutex_cpu_relax() | Davidlohr Bueso | 2014-07-17 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-03 | 2 | -12/+2 |
|\ |
|
| * | arch,avr32: Convert smp_mb__*() | Peter Zijlstra | 2014-04-18 | 2 | -12/+2 |
* | | USB: delete CONFIG_USB_DEVICEFS from defconfig | Naoki MATSUMOTO | 2014-05-27 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-04-01 | 2 | -83/+1 |
|\ |
|
| * | misc: delete mimc200 fram driver | Greg Kroah-Hartman | 2014-02-28 | 2 | -83/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt... | Linus Torvalds | 2014-04-01 | 4 | -29/+29 |
|\ \ |
|
| * | | avr32: replace simple_strtoul() with kstrtoul() | Ramkumar Ramachandra | 2014-04-01 | 1 | -22/+26 |
| * | | arch/avr32/mm/cache.c: export symbol flush_icache_range() for module using | Chen Gang | 2014-03-31 | 1 | -0/+1 |
| * | | avr32: remove cpu_data macro to fix compiles | Wolfram Sang | 2014-03-31 | 2 | -7/+2 |
| |/ |
|
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-03-31 | 1 | -20/+21 |
|\ \
| |/
|/| |
|
| * | locking/mcs: Allow architecture specific asm files to be used for contended case | Tim Chen | 2014-02-09 | 1 | -0/+1 |
| * | locking/mcs: Order the header files in Kbuild of each architecture in alphabe... | Tim Chen | 2014-02-09 | 1 | -20/+20 |
* | | avr32: add generic vga.h to Kbuild | Chen Gang | 2014-02-17 | 1 | -0/+1 |
* | | avr32: add generic ioremap_wc() definition in io.h | Chen Gang | 2014-02-17 | 1 | -0/+2 |
* | | avr32: Makefile: add '-D__linux__' flag for gcc-4.4.7 use | Chen Gang | 2014-02-17 | 1 | -1/+1 |
* | | avr32: fix missing module.h causing build failure in mimc200/fram.c | Paul Gortmaker | 2014-02-17 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 2 | -0/+3 |
|\ |
|
| * | net: introduce SO_BPF_EXTENSIONS | Michal Sekletar | 2014-01-18 | 1 | -0/+2 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-12-18 | 18 | -18/+5 |
| |\ |
|
| * | | lib: Add missing arch generic-y entries for asm-generic/hash.h | David S. Miller | 2013-12-17 | 1 | -0/+1 |
* | | | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h | Peter Zijlstra | 2014-01-12 | 1 | -12/+5 |
| |/
|/| |
|
* | | avr32: favr-32: clk_round_rate() can return a zero upon error | Paul Walmsley | 2013-12-10 | 1 | -1/+3 |
* | | avr32: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-12-10 | 1 | -1/+1 |
* | | avr32: pm: Fix section mismatch | Matthias Brugger | 2013-12-10 | 1 | -1/+1 |
* | | avr32: Kill CONFIG_MTD_PARTITIONS | Eunbong Song | 2013-12-10 | 15 | -15/+0 |
|/ |
|
* | avr32: uapi: be sure of "_UAPI" prefix for all guard macros | Chen Gang | 2013-11-20 | 31 | -102/+56 |
* | avr32: add kprobe_ctlblk memory struct | Eirik Aanonsen | 2013-11-20 | 1 | -0/+14 |
* | avr32: fix out-of-range jump in large kernels | Andreas Bießmann | 2013-11-20 | 2 | -2/+6 |
* | avr32: setup crt for early panic() | Andreas Bießmann | 2013-11-20 | 2 | -25/+25 |
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-11-19 | 1 | -2/+0 |
|\ |
|
| * | preempt: Make PREEMPT_ACTIVE generic | Thomas Gleixner | 2013-11-13 | 1 | -2/+0 |
* | | avr32: handle pgtable_page_ctor() fail | Kirill A. Shutemov | 2013-11-15 | 1 | -1/+4 |
* | | Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba... | Linus Torvalds | 2013-11-14 | 10 | -19/+19 |
|\ \ |
|
| * | | video: atmel_lcdfb: pass the pdata as params | Jean-Christophe PLAGNIOL-VILLARD | 2013-09-27 | 1 | -1/+1 |