summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v3.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-12-175-9/+21
|\
| * gpio: rcar: Fix level interrupt handlingValentine Barshak2013-12-121-1/+2
| * gpio: msm: Fix irq mask/unmask by writing bits instead of numbersStephen Boyd2013-12-121-2/+2
| * gpio: twl4030: Fix regression for twl gpio LED outputRoger Quadros2013-12-101-3/+12
| * sh-pfc: Fix PINMUX_GPIO macroLaurent Pinchart2013-12-101-1/+1
| * MAINTAINERS: update GPIO maintainers entryLinus Walleij2013-12-101-2/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-12-172-80/+64
|\ \
| * | ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang2013-12-131-2/+6
| * | ceph: initialize inode before instantiating dentryYan, Zheng2013-12-131-78/+58
| |/
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-12-1711-64/+68
|\ \
| * | powerpc/powernv: Fix OPAL LPC access in Little EndianBenjamin Herrenschmidt2013-12-132-7/+7
| * | powerpc/powernv: Fix endian issue in opal_xscom_readAnton Blanchard2013-12-132-2/+4
| * | powerpc: Fix endian issues in crash dump codeAnton Blanchard2013-12-131-3/+3
| * | powerpc/pseries: Fix endian issues in MSI codeAnton Blanchard2013-12-131-13/+15
| * | powerpc/pseries: Fix PCIE link speed endian issueAnton Blanchard2013-12-131-4/+4
| * | powerpc/pseries: Fix endian issues in nvram codeAnton Blanchard2013-12-131-23/+23
| * | powerpc/pseries: Fix endian issues in /proc/ppc64/lparcfgAnton Blanchard2013-12-131-6/+6
| * | powerpc: Fix topology core_id endian issue on LE buildsAnton Blanchard2013-12-131-2/+2
| * | powerpc: Fix endian issue in setup-common.cAnton Blanchard2013-12-131-2/+2
| * | powerpc: PTRACE_PEEKUSR always returns FPR0Ulrich Weigand2013-12-131-2/+2
* | | cpupower: Fix segfault due to incorrect getopt_long arugmentsJosh Boyer2013-12-171-3/+3
* | | Linux 3.13-rc4v3.13-rc4Linus Torvalds2013-12-151-1/+1
* | | null_blk: mem garbage on NUMA systems during initMatias Bjorling2013-12-151-4/+4
* | | radeon_pm: fix oops in hwmon_attributes_visible() and radeon_hwmon_show_temp_...Sergey Senozhatsky2013-12-151-4/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-15141-916/+1551
|\ \ \
| * | | igb: Fix for issue where values could be too high for udelay function.Carolyn Wyborny2013-12-141-1/+4
| * | | i40e: fix null dereferenceJesse Brandeburg2013-12-141-0/+3
| * | | xen-netback: fix gso_prefix checkPaul Durrant2013-12-121-1/+1
| * | | net: make neigh_priv_len in struct net_device 16bit instead of 8bitSebastian Siewior2013-12-121-1/+1
| * | | drivers: net: cpsw: fix for cpsw crash when build as modulesMugunthan V N2013-12-121-3/+14
| * | | xen-netback: napi: don't prematurely request a tx eventPaul Durrant2013-12-121-1/+1
| * | | xen-netback: napi: fix abuse of budgetPaul Durrant2013-12-121-7/+7
| * | | sch_tbf: use do_div() for 64-bit divideYang Yingliang2013-12-111-2/+4
| * | | udp: ipv4: must add synchronization in udp_sk_rx_dst_set()Eric Dumazet2013-12-111-6/+16
| * | | net:fec: remove duplicate lines in comment about errata ERR006358Philippe De Muyter2013-12-111-4/+0
| * | | Revert "8390 : Replace ei_debug with msg_enable/NETIF_MSG_* feature"David S. Miller2013-12-1116-426/+302
| * | | 8390 : Replace ei_debug with msg_enable/NETIF_MSG_* featureMatthew Whitehead2013-12-1116-302/+426
| * | | xen-netback: make sure skb linear area covers checksum fieldPaul Durrant2013-12-111-32/+28
| * | | net: smc91x: Fix device tree based configuration so it's usableTony Lindgren2013-12-112-10/+39
| * | | udp: ipv4: fix potential use after free in udp_v4_early_demux()Eric Dumazet2013-12-111-3/+6
| * | | macvtap: signal truncated packetsJason Wang2013-12-111-5/+6
| * | | tun: unbreak truncated packet signallingJason Wang2013-12-111-7/+9
| * | | net: sched: htb: fix the calculation of quantumYang Yingliang2013-12-111-8/+12
| * | | net: sched: tbf: fix the calculation of max_sizeYang Yingliang2013-12-111-45/+70
| * | | micrel: add support for KSZ8041RNLISergei Shtylyov2013-12-112-0/+17
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-12-111-0/+4
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-111-0/+4
| | |\ \ \ | |/ / / /
| | * | | ath9k: fix duration calculation for non-aggregated packetsFelix Fietkau2013-12-091-0/+4
| * | | | udp: ipv4: fix an use after free in __udp4_lib_rcv()Eric Dumazet2013-12-101-10/+6
| * | | | Merge branch 'sctp'David S. Miller2013-12-102-19/+89
| |\ \ \ \
OpenPOWER on IntegriCloud