| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-25 | xtensa: switch to generic sys_execve() | Max Filippov | 4 | -27/+3 |
| 2012-10-25 | xtensa: switch to generic kernel_execve() | Max Filippov | 2 | -17/+2 |
| 2012-10-25 | xtensa: switch to generic kernel_thread() | Max Filippov | 5 | -63/+61 |
| 2012-10-25 | xtensa: reset windowbase/windowstart when cloning the VM | Chris Zankel | 1 | -1/+25 |
| 2012-10-25 | xtensa: use physical addresses for bus addresses | Chris Zankel | 1 | -0/+4 |
| 2012-10-25 | xtensa: allow multi-inclusion for uapi/unistd.h | Chris Zankel | 3 | -25/+10 |
| 2012-10-19 | xtensa: add missing system calls to the syscall table | Chris Zankel | 1 | -20/+78 |
| 2012-10-19 | xtensa: minor compiler warning fix | Chris Zankel | 2 | -2/+5 |
| 2012-10-15 | xtensa: Use Kbuild infrastructure to handle asm-generic headers | Max Filippov | 29 | -374/+26 |
| 2012-10-15 | UAPI: (Scripted) Disintegrate arch/xtensa/include/asm | David Howells | 40 | -975/+1081 |
| 2012-10-15 | xtensa: fix unaligned usermode access | Max Filippov | 1 | -2/+2 |
| 2012-10-15 | xtensa: reorganize SR referencing | Max Filippov | 20 | -292/+254 |
| 2012-10-15 | xtensa: fix boot parameters parsing | Max Filippov | 1 | -2/+2 |
| 2012-10-15 | xtensa: fix missing return in do_page_fault for SIGBUS case | Marc Gauthier | 1 | -1/+2 |
| 2012-10-15 | xtensa: copy_thread with CLONE_VM must not copy live parent AR windows | Marc Gauthier | 1 | -4/+20 |
| 2012-10-15 | xtensa: fix memmove(), bcopy(), and memcpy(). | Chris Zankel | 1 | -25/+284 |
| 2012-10-15 | xtensa: ISS: fix rs_put_char | Max Filippov | 1 | -7/+2 |
| 2012-10-15 | xtensa: ISS: fix specific simcalls | Max Filippov | 1 | -2/+7 |
| 2012-10-14 | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -8/+1 |
| 2012-10-12 | vfs: define struct filename and have getname() return it | Jeff Layton | 1 | -2/+2 |
| 2012-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -9/+0 |
| 2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -14/+1 |
| 2012-10-09 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -0/+1 |
| 2012-10-09 | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 1 | -0/+1 |
| 2012-10-09 | Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 29 | -469/+157 |
| 2012-10-09 | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd... | Linus Torvalds | 1 | -0/+2 |
| 2012-10-06 | cross-arch: don't corrupt personality flags upon exec() | Jiri Kosina | 1 | -1/+2 |
| 2012-10-04 | Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow... | Arnd Bergmann | 5 | -26/+7 |
| 2012-10-04 | xtensa: Setup CROSS_COMPILE at the top | Geert Uytterhoeven | 1 | -12/+12 |
| 2012-10-03 | xtensa: drop CONFIG_EMBEDDED_RAMDISK | Max Filippov | 11 | -111/+2 |
| 2012-10-03 | xtensa: fix TIOCGSERIAL and TIOCSSERIAL definitions | Max Filippov | 1 | -2/+2 |
| 2012-10-03 | xtensa: provide dummy gcc intrinsics | Max Filippov | 1 | -0/+17 |
| 2012-10-03 | xtensa: add missing symbol exports | Max Filippov | 2 | -0/+12 |
| 2012-10-03 | xtensa: rename MISC SR definition to avoid name clashes | Max Filippov | 1 | -1/+1 |
| 2012-10-03 | xtensa: fix CODA build | Max Filippov | 1 | -1/+1 |
| 2012-10-03 | xtensa: fix parallel make | Max Filippov | 2 | -9/+12 |
| 2012-10-03 | xtensa: ISS: drop unused io.c | Max Filippov | 2 | -33/+1 |
| 2012-10-03 | xtensa: ISS: exit simulator in case of halt or poweroff | Max Filippov | 1 | -4/+4 |
| 2012-10-03 | xtensa: ISS: change keyboard polling rate | Max Filippov | 1 | -1/+1 |
| 2012-10-03 | xtensa: ISS: add platform_pcibios_init | Max Filippov | 1 | -0/+6 |
| 2012-10-03 | xtensa: ISS: add dummy serial.h for ISS platform | Max Filippov | 1 | -0/+0 |
| 2012-10-03 | xtensa: change default platform clock frequency to 10MHz | Max Filippov | 1 | -2/+2 |
| 2012-10-03 | xtensa: add ARCH_WANT_OPTIONAL_GPIOLIB to xtensa config | Max Filippov | 1 | -0/+1 |
| 2012-10-03 | xtensa: set NO_IOPORT to 'n' by default | Max Filippov | 1 | -1/+2 |
| 2012-10-03 | xtensa: adopt generic io routines | Max Filippov | 4 | -223/+12 |
| 2012-10-03 | xtensa: fix ioremap | Max Filippov | 1 | -6/+14 |
| 2012-10-03 | xtensa: ISS: fix __simc implementation | Max Filippov | 3 | -62/+53 |
| 2012-10-03 | xtensa: fix xtensa_irq_unmask calls | Max Filippov | 1 | -2/+2 |
| 2012-10-03 | xtensa/PCI: fix WT caching attribute | Max Filippov | 1 | -1/+1 |
| 2012-10-03 | xtensa: ISS: only build networking if configured | Max Filippov | 1 | -2/+2 |
| 2012-10-03 | xtensa: fix linker script transformation for .text.unlikely | Max Filippov | 1 | -0/+1 |
| 2012-10-03 | asm-generic: Add default clkdev.h | Mark Brown | 1 | -0/+2 |
| 2012-10-02 | UAPI: (Scripted) Set up UAPI Kbuild files | David Howells | 1 | -0/+3 |
| 2012-10-01 | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 1 | -0/+1 |
| 2012-10-01 | Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -18/+0 |
| 2012-10-01 | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 1 | -8/+0 |
| 2012-10-01 | Uninclude linux/freezer.h | Richard Weinberger | 1 | -1/+0 |
| 2012-10-01 | bury the rest of TIF_IRET | Al Viro | 1 | -2/+0 |
| 2012-10-01 | sanitize tsk_is_polling() | Al Viro | 1 | -2/+0 |
| 2012-10-01 | bury _TIF_RESTORE_SIGMASK | Al Viro | 1 | -1/+0 |
| 2012-10-01 | xtensa: can't get to do_notify_resume() when user_mode(regs) is not true | Al Viro | 1 | -3/+0 |
| 2012-09-28 | Make most arch asm/module.h files use asm-generic/module.h | David Howells | 2 | -8/+2 |
| 2012-09-23 | xtensa: Add missing RCU idle APIs on idle loop | Frederic Weisbecker | 1 | -0/+3 |
| 2012-09-20 | get rid of generic instances of asm/exec.h | Al Viro | 2 | -14/+2 |
| 2012-09-18 | PCI: Provide a default pcibios_update_irq() | Thierry Reding | 1 | -8/+0 |
| 2012-09-18 | PCI: Discard __init annotations for pci_fixup_irqs() and related functions | Thierry Reding | 1 | -1/+1 |
| 2012-09-06 | xtensa: remove duplicate CONFIG_HOTPLUG definition | Greg Kroah-Hartman | 1 | -18/+0 |
| 2012-08-13 | TTY: use tty_port_link_device | Jiri Slaby | 1 | -0/+1 |
| 2012-07-31 | xtensa: select generic atomic64_t support | Fengguang Wu | 1 | -0/+1 |
| 2012-07-30 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2 | -6/+25 |
| 2012-07-30 | ipc: add COMPAT_SHMLBA support | Will Deacon | 1 | -1/+1 |
| 2012-07-30 | xtensa/mm/fault.c: port OOM changes to do_page_fault | Kautuk Consul | 1 | -5/+24 |
| 2012-07-30 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2 | -32/+0 |
| 2012-07-24 | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 1 | -7/+1 |
| 2012-07-11 | xtensa: fix incorrect memset | Alan Cox | 1 | -1/+1 |
| 2012-07-05 | Merge branch 'pci/myron-pcibios_setup' into next | Bjorn Helgaas | 1 | -6/+0 |
| 2012-07-05 | xtensa/PCI: factor out pcibios_setup() | Myron Stowe | 1 | -6/+0 |
| 2012-06-28 | Remove useless wrappers of asm-generic/rmap.h | Paul Bolle | 1 | -16/+0 |
| 2012-06-28 | Remove useless wrappers of asm-generic/cpumask.h | Paul Bolle | 1 | -16/+0 |
| 2012-06-20 | xtensa: use the declarations provided by <asm/sections.h> | Geert Uytterhoeven | 1 | -11/+7 |
| 2012-06-20 | xtensa: use "test -e" instead of bashism "test -a" | Geert Uytterhoeven | 1 | -2/+2 |
| 2012-06-20 | xtensa: replace xtensa-specific _f{data,text} by _s{data,text} | Geert Uytterhoeven | 2 | -5/+4 |
| 2012-06-13 | PCI: replace struct pci_bus secondary/subordinate with busn_res | Yinghai Lu | 1 | -1/+1 |
| 2012-06-04 | fixups for signal breakage | Al Viro | 2 | -3/+3 |
| 2012-06-01 | new helper: signal_delivered() | Al Viro | 1 | -1/+1 |
| 2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 1 | -3/+0 |
| 2012-06-01 | don't call try_to_freeze() from do_signal() | Al Viro | 1 | -4/+0 |
| 2012-06-01 | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 1 | -1/+0 |
| 2012-06-01 | new helper: sigmask_to_save() | Al Viro | 1 | -7/+1 |
| 2012-06-01 | new helper: restore_saved_sigmask() | Al Viro | 1 | -2/+1 |
| 2012-05-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+1 |
| 2012-05-24 | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
| 2012-05-24 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -56/+4 |
| 2012-05-23 | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 1 | -4/+1 |
| 2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 6 | -56/+37 |
| 2012-05-23 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -6/+6 |
| 2012-05-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 4 | -6/+6 |
| 2012-05-21 | xtensa: add handling of TIF_NOTIFY_RESUME | Al Viro | 3 | -6/+20 |
| 2012-05-21 | xtensa: xtensa_sigaction doesn't exist | Al Viro | 2 | -9/+0 |
| 2012-05-21 | xtensa: switch to generic rt_sigsuspend(2) | Al Viro | 4 | -43/+16 |
| 2012-05-21 | xtensa: ->restart_block.fn needs to be reset on rt_sigreturn | Al Viro | 1 | -0/+3 |
| 2012-05-21 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -32/+1 |
| 2012-05-17 | xtensa: Change mail addresses of Hannes Weiner and Oskar Schirmer | Oskar Schirmer | 4 | -6/+6 |
| 2012-05-16 | fork: move the real prepare_to_copy() users to arch_dup_task_struct() | Suresh Siddha | 2 | -6/+6 |
| 2012-05-15 | tokenring: delete all remaining driver support | Paul Gortmaker | 1 | -5/+0 |
| 2012-05-11 | gpiolib/arches: Centralise bolierplate asm/gpio.h | Mark Brown | 1 | -56/+4 |
| 2012-05-08 | Merge branch 'smp/threadalloc' into smp/hotplug | Thomas Gleixner | 3 | -3/+2 |
| 2012-05-05 | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK | Thomas Gleixner | 1 | -1/+0 |
| 2012-05-05 | xtensa: Use generic init_task | Thomas Gleixner | 3 | -32/+2 |
| 2012-04-26 | xtensa: fix build fail on undefined ack_bad_irq | Paul Gortmaker | 1 | -3/+0 |
| 2012-04-23 | xtensa: fix build error in xtensa/include/asm/io.h | Paul Gortmaker | 1 | -0/+1 |
| 2012-04-23 | xtensa: fix build failure in xtensa/kernel/signal.c | Paul Gortmaker | 1 | -0/+1 |
| 2012-04-08 | kvmclock: Add functions to check if the host has stopped the vm | Eric B Munson | 1 | -0/+1 |
| 2012-03-29 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -90/+7 |
| 2012-03-29 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 14 | -67/+96 |
| 2012-03-28 | Delete all instances of asm/system.h | David Howells | 1 | -5/+0 |
| 2012-03-28 | Disintegrate asm/system.h for Xtensa | David Howells | 15 | -191/+225 |
| 2012-03-23 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -0/+4 |
| 2012-03-23 | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP | Jason Baron | 1 | -0/+4 |
| 2012-03-23 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -16/+1 |
| 2012-03-23 | locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage | Raghavendra K T | 1 | -1/+1 |
| 2012-03-21 | xtensa: use set_current_blocked() and block_sigmask() | Matt Fleming | 1 | -14/+3 |
| 2012-03-21 | xtensa: don't mask signals if we fail to setup signal stack | Matt Fleming | 1 | -4/+7 |
| 2012-03-21 | xtensa: no need to reset handler if SA_ONESHOT | Matt Fleming | 1 | -3/+0 |
| 2012-03-21 | xtensa: don't reimplement force_sigsegv() | Matt Fleming | 1 | -3/+1 |
| 2012-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+4 |
| 2012-03-20 | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 1 | -14/+8 |
| 2012-03-08 | TTY: remove serialP.h inclusion from some files | Jiri Slaby | 1 | -1/+0 |
| 2012-03-08 | TTY: iss/console, use tty_port | Jiri Slaby | 1 | -0/+4 |
| 2012-03-08 | XTENSA: iss/console, fix potential deadlock | Jiri Slaby | 1 | -3/+2 |
| 2012-03-08 | XTENSA: iss/console, use setup_timer | Jiri Slaby | 1 | -4/+1 |
| 2012-03-08 | TTY: remove unneeded tty->index checks | Jiri Slaby | 1 | -6/+2 |
| 2012-03-08 | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 1 | -1/+0 |
| 2012-03-01 | sched/rt: Use schedule_preempt_disabled() | Thomas Gleixner | 1 | -3/+1 |
| 2012-02-24 | net: Add framework to allow sending packets with customized CRC. | Ben Greear | 1 | -0/+3 |
| 2012-02-23 | xtensa/PCI: get rid of device resource fixups | Bjorn Helgaas | 1 | -16/+1 |
| 2012-02-21 | sock: Introduce the SO_PEEK_OFF sock option | Pavel Emelyanov | 1 | -0/+1 |
| 2012-02-14 | xtensa: Use generic posix_types.h | H. Peter Anvin | 1 | -90/+7 |
| 2012-02-03 | xtensa: fix memscan() | Akinobu Mita | 1 | -3/+0 |
| 2012-01-17 | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 1 | -2/+1 |
| 2012-01-11 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2 | -48/+47 |
| 2012-01-11 | cpu: Register a generic CPU device on architectures that currently do not | Ben Hutchings | 1 | -0/+1 |
| 2012-01-08 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+0 |
| 2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+0 |
| 2012-01-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+3 |
| 2012-01-06 | xtensa/PCI: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 1 | -43/+42 |
| 2012-01-06 | PCI: Xtensa: convert pcibios_set_master() to a non-inlined function | Myron Stowe | 2 | -5/+5 |
| 2012-01-03 | consolidate umode_t declarations | Al Viro | 1 | -2/+0 |
| 2011-12-05 | Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst... | Thomas Gleixner | 1 | -12/+1 |
| 2011-11-21 | clocksource: xtensa: Convert to clocksource_register_hz/khz | John Stultz | 1 | -12/+1 |
| 2011-11-21 | freezer: remove now unused TIF_FREEZE | Tejun Heo | 1 | -2/+0 |
| 2011-11-09 | net: add wireless TX status socket option | Johannes Berg | 1 | -0/+3 |
| 2011-10-26 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -2/+0 |
| 2011-10-04 | time: Cleanup old CONFIG_GENERIC_TIME references that snuck in | John Stultz | 2 | -2/+0 |
| 2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller | 1 | -1/+1 |
| 2011-08-26 | All Arch: remove linkage for sys_nfsservctl system call | NeilBrown | 1 | -1/+1 |
| 2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -1/+1 |
| 2011-07-26 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 1 | -1/+0 |
| 2011-07-26 | atomic: move atomic_add_unless to generic code | Arun Sharma | 1 | -4/+4 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 2 | -2/+1 |
| 2011-07-26 | asm-generic: add another generic ext2 atomic bitops | Akinobu Mita | 1 | -13/+1 |
| 2011-07-26 | h8300/m68k/xtensa: __FD_ISSET should return 0/1 | Andrew Morton | 1 | -1/+1 |
| 2011-07-26 | ptrace: unify show_regs() prototype | Mike Frysinger | 1 | -1/+0 |
| 2011-07-25 | Merge 'akpm' patch series | Linus Torvalds | 2 | -0/+4 |
| 2011-07-25 | xtensa: fix a build error in arch/xtensa/include/asm/uaccess.h | WANG Cong | 1 | -0/+1 |
| 2011-07-25 | xtensa: prevent arbitrary read in ptrace | Dan Rosenberg | 1 | -0/+3 |
| 2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -3/+2 |
| 2011-07-24 | modules: make arch's use default loader hooks | Jonas Bonn | 1 | -43/+0 |
| 2011-07-11 | XTENSA: static should be at beginning of declaration | Jesper Juhl | 1 | -1/+1 |
| 2011-07-05 | xtensa: Use generic config PREEMPT definition | Frederic Weisbecker | 1 | -12/+1 |
| 2011-06-20 | treewide: remove duplicate includes | Vitaliy Ivanov | 1 | -2/+1 |
| 2011-05-28 | Merge branch 'setns' | Linus Torvalds | 1 | -1/+3 |
| 2011-05-28 | ns: Wire up the setns system call | Eric W. Biederman | 1 | -1/+3 |
| 2011-05-26 | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} | Akinobu Mita | 1 | -6/+0 |
| 2011-05-25 | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 1 | -2/+0 |
| 2011-05-25 | xtensa/mm: remove WANT_PAGE_VIRTUAL | Sebastian Andrzej Siewior | 1 | -4/+0 |
| 2011-05-25 | xtensa/mm: remove pgtable.c | Sebastian Andrzej Siewior | 1 | -72/+0 |
| 2011-05-24 | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 1 | -1/+1 |
| 2011-05-24 | Merge branch 'fixes-2.6.39' into for-2.6.40 | Tejun Heo | 4 | -98/+61 |
| 2011-04-26 | Merge branch 'master' into for-next | Jiri Kosina | 10 | -107/+61 |
| 2011-04-20 | xtensa: Fixup irq conversion fallout and nmi_count | Thomas Gleixner | 1 | -12/+6 |
| 2011-04-11 | xtensa: remove obsolete BKL kernel option from defconfig | Alessio Igor Bogani | 1 | -1/+0 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -2/+2 |
| 2011-03-30 | genirq: Remove the now obsolete config options and select statements | Thomas Gleixner | 1 | -1/+0 |
| 2011-03-25 | Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -98/+61 |
| 2011-03-24 | xtensa: Use generic show_interrupts() | Thomas Gleixner | 2 | -44/+10 |
| 2011-03-24 | xtensa: Convert genirq namespace | Thomas Gleixner | 3 | -13/+13 |
| 2011-03-24 | xtensa: Use generic IRQ Kconfig and set GENERIC_HARDIRQS_NO_DEPRECATED | Thomas Gleixner | 1 | -3/+2 |
| 2011-03-24 | xtensa: Convert s6000 gpio irq_chip to new functions | Thomas Gleixner | 1 | -18/+17 |
| 2011-03-24 | xtensa: Convert main irq_chip to new functions | Thomas Gleixner | 1 | -22/+21 |
| 2011-03-24 | percpu: Always align percpu output section to PAGE_SIZE | Tejun Heo | 1 | -1/+1 |
| 2011-03-23 | bitops: remove minix bitops from asm/bitops.h | Akinobu Mita | 1 | -1/+0 |
| 2011-03-23 | bitops: remove ext2 non-atomic bitops from asm/bitops.h | Akinobu Mita | 1 | -1/+0 |
| 2011-03-23 | bitops: introduce little-endian bitops for most architectures | Akinobu Mita | 1 | -0/+1 |
| 2011-03-23 | bitops: introduce CONFIG_GENERIC_FIND_BIT_LE | Akinobu Mita | 1 | -0/+3 |
| 2011-03-22 | add the common dma_addr_t typedef to include/linux/types.h | FUJITA Tomonori | 1 | -4/+0 |
| 2011-03-20 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2 | -2/+2 |
| 2011-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2011-03-17 | xtensa: change to new flag variable | matt mooney | 2 | -2/+2 |