summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-1/+2
|\
| * __register_binfmt() made voidAl Viro2012-03-211-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-212-2/+2
|\ \
| * | constify struct pci_dev * in obvious casesAl Viro2012-03-202-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-211-0/+4
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-061-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-241-0/+3
| * | | sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-211-0/+1
| | |/ | |/|
* | | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-03-201-55/+23Star
|\ \ \
| * | | TTY: srmcons, convert to use tty_portJiri Slaby2012-03-081-15/+17
| * | | ALPHA: srmcons, fix racy singleton structureJiri Slaby2012-03-081-35/+5Star
| * | | ALPHA: srmcons, use timer functionsJiri Slaby2012-03-081-9/+5Star
| |/ /
* | | Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar2012-03-121-0/+4
|\ \ \ | |_|/ |/| |
| * | perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-051-0/+4
| |/
* / alpha: fix 32/64-bit bug in futex supportAndrew Morton2012-03-061-1/+1
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-121-20/+20
|\
| * alpha/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-20/+20
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-113-41/+2Star
|\ \
| * | alpha: drop pci_iomap/pci_iounmap from pci-noop.cMichael S. Tsirkin2011-12-041-12/+0Star
| * | alpha: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-282-25/+2Star
| * | lib: move GENERIC_IOMAP to lib/KconfigMichael S. Tsirkin2011-11-241-4/+0Star
| |/
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0Star
|\ \
| * | freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0Star
| |/
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-33/+1Star
|\ \
| * | consolidate a bunch of ipcbuf.h instancesAl Viro2012-01-041-28/+1Star
| * | consolidate umode_t declarationsAl Viro2012-01-041-5/+0Star
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-171-0/+3
|\ \ | |/ |/|
| * net: add wireless TX status socket optionJohannes Berg2011-11-091-0/+3
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-074-0/+4
|\ \
| * | alpha: Add export.h for THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker2011-11-013-0/+3
| * | alpha: fix implicit stat.h usage in pci-sysfs.cPaul Gortmaker2011-11-011-0/+1
| |/
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-11-071-5/+0Star
|\ \
| * | alpha: drop unused Kconfig symbolPaul Bolle2011-10-311-5/+0Star
* | | alpha: wire up sendmmsg syscallMichael Cree2011-11-012-1/+3
* | | alpha: wire up accept4 syscallMichael Cree2011-11-012-1/+3
| |/ |/|
* | Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-10-251-2/+0Star
|\ \
| * | locks: move F_INPROGRESS from fl_type to fl_flags fieldJ. Bruce Fields2011-08-191-2/+0Star
| |/
* | doc: fix broken referencesPaul Bolle2011-09-271-3/+2Star
* | alpha, gpio: GENERIC_GPIO default must be nBen Hutchings2011-09-151-1/+1
* | All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-271-1/+1
* | alpha: unbreak osf_setsysinfo(SSI_NVPAIRS, [SSIN_UACPROC, UAC_SIGBUS])Sergei Trofimovich2011-08-263-18/+11Star
|/
* Merge branch 'apei' into apei-releaseLen Brown2011-08-031-0/+1
|\
| * Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying2011-08-031-0/+1
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-3019-27/+27
|\ \
| * | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-2219-27/+27
| |/
* | atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-271-1/+0Star
* | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-271-5/+5
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-275-5/+4Star
* | asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-271-2/+1Star
* | ptrace: unify show_regs() prototypeMike Frysinger2011-07-271-1/+0Star