Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | HSI: hsi: Rework hsi_controller release | Carlos Chinea | 2012-04-23 | 2 | -45/+69 | |
* | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2012-04-23 | 2 | -2/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | super.c: unused variable warning without CONFIG_QUOTA | Eldad Zack | 2012-04-23 | 1 | -0/+2 | |
| * | | | | | | jbd2: use GFP_NOFS for blkdev_issue_flush | Shaohua Li | 2012-04-23 | 1 | -2/+2 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku... | Linus Torvalds | 2012-04-23 | 6 | -4/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | hexagon: add missing cpu.h include | Richard Kuo | 2012-04-23 | 1 | -1/+2 | |
| * | | | | | | | hexagon/CPU hotplug: Add missing call to notify_cpu_starting() | Srivatsa S. Bhat | 2012-04-23 | 1 | -0/+5 | |
| * | | | | | | | hexagon: use renamed tick_nohz_idle_* functions | Richard Kuo | 2012-04-23 | 1 | -3/+3 | |
| * | | | | | | | Hexagon: misc compile warning/error cleanup due to missing headers | Richard Kuo | 2012-04-23 | 4 | -0/+4 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 2012-04-23 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix modpost failures in fedora 17 | David Miller | 2012-04-18 | 1 | -0/+4 | |
* | | | | | | | | Merge tag 'md-3.4-fixes' of git://neil.brown.name/md | Linus Torvalds | 2012-04-23 | 2 | -5/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | md: fix possible corruption of array metadata on shutdown. | NeilBrown | 2012-04-24 | 1 | -1/+2 | |
| * | | | | | | | | md: don't call ->add_disk unless there is good reason. | NeilBrown | 2012-04-24 | 1 | -2/+2 | |
| * | | | | | | | | DM RAID: Use safe version of rdev_for_each | Jonathan Brassow | 2012-04-24 | 1 | -2/+2 | |
* | | | | | | | | | Merge tag 'dlm-fixes-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/te... | Linus Torvalds | 2012-04-23 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | dlm: fix QUECVT when convert queue is empty | David Teigland | 2012-04-23 | 1 | -0/+12 | |
* | | | | | | | | | | mm: fix s390 BUG by __set_page_dirty_no_writeback on swap | Hugh Dickins | 2012-04-23 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-04-22 | 1 | -5/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Revert "ARM: 7359/2: smp_twd: Only wait for reprogramming on active cpus" | Russell King | 2012-04-19 | 1 | -5/+1 | |
* | | | | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2012-04-22 | 14 | -72/+122 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | powerpc/mpic: Properly set default triggers | Benjamin Herrenschmidt | 2012-04-23 | 2 | -30/+30 | |
| * | | | | | | | | | | | irq: Add IRQ_TYPE_DEFAULT for use by PIC drivers | Benjamin Herrenschmidt | 2012-04-23 | 1 | -0/+7 | |
| * | | | | | | | | | | | powerpc/mpic: Fix confusion between hw_irq and virq | Benjamin Herrenschmidt | 2012-04-23 | 1 | -8/+4 | |
| * | | | | | | | | | | | powerpc/pmac: Don't add_timer() twice | Benjamin Herrenschmidt | 2012-04-23 | 1 | -0/+9 | |
| * | | | | | | | | | | | powerpc/eeh: Fix crash caused by null eeh_dev | Gavin Shan | 2012-04-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge remote-tracking branch 'kumar/merge' into merge | Benjamin Herrenschmidt | 2012-04-23 | 9 | -33/+71 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | powerpc/mpc85xx: add MPIC message dts node | Mingkai Hu | 2012-04-19 | 2 | -0/+53 | |
| | * | | | | | | | | | | | powerpc/mpic_msgr: fix offset error when setting mer register | Mingkai Hu | 2012-04-19 | 1 | -1/+1 | |
| | * | | | | | | | | | | | powerpc/mpic_msgr: add lock for MPIC message global variable | Mingkai Hu | 2012-04-19 | 1 | -5/+5 | |
| | * | | | | | | | | | | | powerpc/mpic_msgr: fix compile error when SMP disabled | Mingkai Hu | 2012-04-19 | 1 | -0/+1 | |
| | * | | | | | | | | | | | powerpc: fix build when CONFIG_BOOKE_WDT is enabled | Baruch Siach | 2012-04-19 | 2 | -5/+3 | |
| | * | | | | | | | | | | | powerpc/85xx: don't call of_platform_bus_probe() twice | Timur Tabi | 2012-04-19 | 3 | -22/+8 | |
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-04-22 | 62 | -238/+407 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | tcp: fix TCP_MAXSEG for established IPv6 passive sockets | Neal Cardwell | 2012-04-22 | 1 | -0/+4 | |
| * | | | | | | | | | | | | drivers/net: Do not free an IRQ if its request failed | Lee Jones | 2012-04-21 | 1 | -2/+1 | |
| * | | | | | | | | | | | | drop_monitor: allow more events per second | Eric Dumazet | 2012-04-21 | 1 | -0/+1 | |
| * | | | | | | | | | | | | ks8851: Fix request_irq/free_irq mismatch | Matt Renzelmann | 2012-04-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | net/hyperv: Adding cancellation to ensure rndis filter is closed | Wenqi Ma | 2012-04-21 | 1 | -24/+14 | |
| * | | | | | | | | | | | | ks8851: Fix mutex deadlock in ks8851_net_stop() | Stephen Boyd | 2012-04-21 | 1 | -5/+6 | |
| * | | | | | | | | | | | | net ax25: Reorder ax25_exit to remove races. | Eric W. Biederman | 2012-04-19 | 1 | -4/+5 | |
| * | | | | | | | | | | | | icplus: fix interrupt for IC+ 101A/G and 1001LF | Giuseppe CAVALLARO | 2012-04-19 | 1 | -1/+11 | |
| * | | | | | | | | | | | | net: qmi_wwan: support Sierra Wireless MC77xx devices in QMI mode | Bjørn Mork | 2012-04-19 | 1 | -0/+30 | |
| * | | | | | | | | | | | | bnx2x: off by one in bnx2x_ets_e3b0_sp_pri_to_cos_set() | Dan Carpenter | 2012-04-19 | 1 | -6/+6 | |
| * | | | | | | | | | | | | ksz884x: don't copy too much in netdev_set_mac_address() | Dan Carpenter | 2012-04-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | tcp: fix retransmit of partially acked frames | Eric Dumazet | 2012-04-18 | 1 | -0/+1 | |
| * | | | | | | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2012-04-18 | 11 | -24/+61 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-04-18 | 11 | -24/+61 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | ath9k: Fix TX fragmentation | Sujith Manoharan | 2012-04-17 | 1 | -1/+9 | |
| | | * | | | | | | | | | | | | mac80211: fix logic error in ibss channel type check | Felix Fietkau | 2012-04-17 | 1 | -2/+2 |