summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-24s390/bitops: rename find_first_bit_left() to find_first_bit_inv()Heiko Carstens3-22/+46
2013-10-24s390/bitops: use flogr instruction to implement __ffs, ffs, __fls, fls and fls64Heiko Carstens1-0/+125
2013-10-24s390/bitops: use generic find bit functions / reimplement _left variantHeiko Carstens6-604/+126
2013-10-24s390/s390dbf: use debug_level_enabled() where applicableHendrik Brueckner10-43/+13
2013-10-24s390/s390dbf: add debug_level_enabled() functionHendrik Brueckner2-0/+15
2013-10-24s390/bitops: optimize set_bit() for constant valuesHeiko Carstens2-1/+37
2013-10-24s390/bitops: remove CONFIG_SMP / simplify non-atomic bitopsHeiko Carstens2-217/+65
2013-10-24s390/atomic: various small cleanupsHeiko Carstens1-18/+24
2013-10-24s390/atomic: optimize atomic_add() for constant valuesHeiko Carstens1-8/+40
2013-10-24s390/qdio: fix atomic_sub() misusageHeiko Carstens1-1/+1
2013-10-24s390/kprobes: allow kprobes only on known instructionsHeiko Carstens3-1/+9
2013-10-24s390/kprobes: use insn_length helper functionHeiko Carstens1-4/+5
2013-10-24s390/dis: move disassembler function prototypes to proper header fileHeiko Carstens5-6/+7
2013-10-24s390/dis: move common definitions to a header fileSuzuki K. Poulose2-28/+43
2013-10-24s390/dis: rename structures for unique typesSuzuki K. Poulose1-28/+28
2013-10-24s390/atomic: make use of interlocked-access facility 1 instructionsHeiko Carstens1-12/+65
2013-10-24s390/atomic: implement atomic_sub_return() with atomic_add_return()Heiko Carstens1-21/+2
2013-10-24s390/kprobes: have more correct if statement in s390_get_insn_slot()Heiko Carstens1-1/+1
2013-10-24s390: always set -march compiler optionHeiko Carstens1-7/+7
2013-10-24s390/bitops: make use of interlocked-access facility 1 instructionsHeiko Carstens1-17/+49
2013-10-24raid5: avoid finding "discard" stripeShaohua Li1-0/+8
2013-10-24raid5: set bio bi_vcnt 0 for discard requestShaohua Li1-0/+12
2013-10-24md: avoid deadlock when md_set_badblocks.Bian Yu1-2/+3
2013-10-24md: Fix skipping recovery for read-only arrays.Lukasz Dorau2-0/+2
2013-10-23[SCSI] sd: call blk_pm_runtime_init before add_diskAaron Lu1-1/+1
2013-10-23[SCSI] qla2xxx: Fix request queue null dereference.Chad Dupuis2-1/+10
2013-10-23platform/x86: fix asus-wmi build errorRandy Dunlap1-0/+1
2013-10-23bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet1-1/+1
2013-10-22ax88179_178a: Add VID:DID for Samsung USB Ethernet AdapterFreddy Xin1-1/+18
2013-10-22ax88179_178a: Correct the RX error definition in RX headerFreddy Xin1-2/+2
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing3-22/+28
2013-10-22sony-laptop: don't change keyboard backlight settingsMattia Dongili1-17/+9
2013-10-22vfs: fix new kernel-doc warningsRandy Dunlap1-8/+7
2013-10-22fs/namei.c: fix new kernel-doc warningRandy Dunlap1-1/+2
2013-10-22s390/time: correct use of store clock fastMartin Schwidefsky7-34/+34
2013-10-22tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell1-0/+2
2013-10-22davinci_emac.c: Fix IFF_ALLMULTI setupMariusz Ceier1-2/+1
2013-10-22mac802154: correct a typo in ieee802154_alloc_device() prototypeAlexandre Belloni1-1/+1
2013-10-22ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa1-7/+31
2013-10-22netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov1-2/+2
2013-10-22ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov3-8/+10
2013-10-22ipv6: always prefer rt6i_gateway if presentJulian Anastasov1-1/+1
2013-10-22bnx2x: Set NETIF_F_HIGHDMA unconditionallyMerav Sicron2-4/+1
2013-10-22bnx2x: Don't pretend during register dumpDmitry Kravkov3-205/+201
2013-10-22bnx2x: Lock DMAE when used by statistic flowAriel Elior4-10/+11
2013-10-22bnx2x: Prevent null pointer dereference on error flowYuval Mintz1-3/+3
2013-10-22bnx2x: Fix config when SR-IOV and iSCSI are enabledAriel Elior1-2/+3
2013-10-22bnx2x: Fix Coalescing configurationDmitry Kravkov1-1/+1
2013-10-22bnx2x: Unlock VF-PF channel on MAC/VLAN config errorAriel Elior1-9/+14
2013-10-22bnx2x: Prevent an illegal pointer dereference during panicYuval Mintz2-7/+29