aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-04cris/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul1-5/+26
2012-04-03cris:fix the wrong function declearWanlong Gao1-1/+1
2012-04-03CRIS: Add _sdata to vmlinux.lds.SJesper Nilsson1-0/+1
2012-04-03cris: posix_types.h, include asm-generic/posix_types.hJiri Slaby1-0/+2
2012-04-03CRIS: Update documentationJesper Nilsson1-31/+31
2012-04-03cris/arch-v32: cryptocop: Use kzallocJesper Nilsson1-4/+2
2012-04-03net:removed the unused variableWanlong Gao1-1/+0
2012-04-03cris:removed the unused variableWanlong Gao1-2/+0
2012-04-03CRISv32: Correct name of read_mostly section.Jesper Nilsson1-1/+1
2012-04-02sky2: dont overwrite settings for PHY Quick linkLino Sanfilippo1-2/+3
2012-04-02tg3: Fix 5717 serdes powerdown problemMatt Carlson1-1/+3
2012-04-02asm-generic: add linux/types.h to cmpxchg.hPaul Gortmaker1-0/+1
2012-04-02firewire: restore the device.h include in linux/firewire.hPaul Gortmaker1-2/+1
2012-04-02frv: fix warnings in mb93090-mb00/pci-dma.c about implicit EXPORT_SYMBOLPaul Gortmaker1-0/+1
2012-04-02parisc: fix missing cmpxchg file error from system.h splitPaul Gortmaker2-106/+117
2012-04-02blackfin: fix cmpxchg build fails from system.h falloutPaul Gortmaker1-1/+2
2012-04-02avr32: fix build failures from mis-naming of atmel_nand.hPaul Gortmaker2-4/+4
2012-04-02ARM: mach-msm: fix compile fail from system.h falloutPaul Gortmaker1-0/+1
2012-04-02irq_work: fix compile failure on MIPS from system.h splitPaul Gortmaker1-0/+1
2012-04-02Subject: [PATCH] tags.sh: Add missing quotesStephen Boyd1-1/+1
2012-04-02powerpc/eeh: Fix use of set_current_state() in eeh event handling set_current_state() wartAndrew Morton1-1/+1
2012-04-02powerpc/eeh: Remove eeh_event_handler()->daemonize()Oleg Nesterov1-1/+1
2012-04-02powerpc/kvm: Fallout from system.h disintegrationBenjamin Herrenschmidt3-0/+3
2012-04-02powerpc: Fix fallout from system.h split upStephen Rothwell2-0/+3
2012-04-02powerpc: Mark const init data with __initconst instead of __initdataUwe Kleine-König3-3/+3
2012-04-01net: usb: cdc_eem: fix mtuRabin Vincent1-0/+1
2012-04-01net: sh_eth: fix endian check for architecture independentYoshihiro Shimoda2-3/+3
2012-04-01usb/rtl8150 : Remove duplicated definitionshuajun li1-26/+0
2012-04-01rionet: fix page allocation order of rionet_activeAkinobu Mita1-5/+6
2012-04-01via-rhine: fix wait-bit inversion.Andreas Mohr1-5/+7
2012-04-01ipv6: Fix RTM_GETROUTE's interpretation of RTA_IIF to be consistent with ipv4Shmulik Ladkani1-7/+27
2012-04-01net: lpc_eth: Fix rename of dev_hw_addr_randomstigge@antcom.de1-1/+1
2012-04-01net/netfilter/nfnetlink_acct.c: use linux/atomic.hAndrew Morton1-1/+1
2012-04-01rose_dev: fix memcpy-bug in rose_set_mac_addressdanborkmann@iogearbox.net1-2/+2
2012-04-01Fix non TBI PHY access; a bad merge undid bug fix in a previous commit.Kenth Eriksson1-6/+6
2012-04-01net/garp: avoid infinite loop if attribute already existsDavid Ward1-12/+10
2012-03-31Linux 3.4-rc1Linus Torvalds1-2/+2
2012-03-31vfs: fix out-of-date dentry_unhash() commentJ. Bruce Fields1-1/+1
2012-03-31vfs: split __lookup_hashMiklos Szeredi1-64/+44
2012-03-31untangling do_lookup() - take __lookup_hash()-calling case out of line.Al Viro1-15/+16
2012-03-31untangling do_lookup() - switch to calling __lookup_hash()Al Viro1-67/+46
2012-03-31untangling do_lookup() - merge d_alloc_and_lookup() callersAl Viro1-3/+3
2012-03-31untangling do_lookup() - merge failure exits in !dentry caseAl Viro1-15/+8
2012-03-31untangling do_lookup() - massage !dentry case towards __lookup_hash()Al Viro1-25/+20
2012-03-31untangling do_lookup() - get rid of need_reval in !dentry caseAl Viro1-6/+1
2012-03-31untangling do_lookup() - eliminate a loop.Al Viro1-4/+8
2012-03-31untangling do_lookup() - expand the area under ->i_mutexAl Viro1-2/+4
2012-03-31untangling do_lookup() - isolate !dentry stuff from the rest of it.Al Viro1-1/+16
2012-03-31vfs: move MAY_EXEC check from __lookup_hash()Miklos Szeredi1-6/+5
2012-03-31vfs: don't revalidate just looked up dentryMiklos Szeredi1-3/+1