| Commit message (Expand) | Author | Files | Lines |
2014-01-20 | drm/nouveau/mxm: fix null deref on load | Ilia Mirkin | 1 | -2/+2 |
2014-01-18 | Revert "ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs" | Rafael J. Wysocki | 2 | -2/+0 |
2014-01-18 | s390/bpf,jit: fix 32 bit divisions, use unsigned divide instructions | Heiko Carstens | 1 | -8/+8 |
2014-01-18 | parisc: fix SO_MAX_PACING_RATE typo | Eric Dumazet | 1 | -1/+1 |
2014-01-18 | ipv6: simplify detection of first operational link-local address on interface | Hannes Frederic Sowa | 2 | -22/+17 |
2014-01-18 | tcp: metrics: Avoid duplicate entries with the same destination-IP | Christoph Paasch | 1 | -19/+32 |
2014-01-18 | net: rds: fix per-cpu helper usage | Gerald Schaefer | 1 | -4/+3 |
2014-01-17 | percpu_counter: unbreak __percpu_counter_add() | Hugh Dickins | 1 | -1/+1 |
2014-01-17 | e1000e: Fix compilation warning when !CONFIG_PM_SLEEP | Mika Westerberg | 1 | -6/+2 |
2014-01-16 | Revert "arm64: Fix memory shareability attribute for ioremap_wc/cache" | Catalin Marinas | 1 | -1/+1 |
2014-01-16 | perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10h | Robert Richter | 1 | -8/+45 |
2014-01-16 | x86, mm, perf: Allow recursive faults from interrupts | Peter Zijlstra | 1 | -0/+18 |
2014-01-16 | bpf: do not use reciprocal divide | Eric Dumazet | 6 | -46/+45 |
2014-01-16 | be2net: add dma_mapping_error() check for dma_map_page() | Ivan Vecera | 1 | -2/+9 |
2014-01-16 | bnx2x: Don't release PCI bars on shutdown | Yuval Mintz | 1 | -14/+15 |
2014-01-16 | net,via-rhine: Fix tx_timeout handling | Richard Weinberger | 1 | -0/+1 |
2014-01-15 | batman-adv: fix batman-adv header overhead calculation | Marek Lindner | 1 | -1/+1 |
2014-01-15 | kvm: x86: fix apic_base enable check | Andrew Jones | 1 | -1/+1 |
2014-01-15 | lib/percpu_counter.c: fix __percpu_counter_add() | Ming Lei | 1 | -2/+2 |
2014-01-15 | crash_dump: fix compilation error (on MIPS at least) | Qais Yousef | 1 | -0/+2 |
2014-01-15 | mm: fix crash when using XFS on loopback | Mikulas Patocka | 1 | -1/+4 |
2014-01-15 | MIPS: fix blast_icache32 on loongson2 | Aaro Koskinen | 2 | -21/+29 |
2014-01-15 | MIPS: fix case mismatch in local_r4k_flush_icache_range() | Huacai Chen | 3 | -7/+7 |
2014-01-15 | nilfs2: fix segctor bug that causes file system corruption | Andreas Rohner | 1 | -4/+6 |
2014-01-15 | drm/nouveau: fix null ptr dereferences on some boards | Ben Skeggs | 6 | -10/+17 |
2014-01-15 | qlge: Fix vlan netdev features. | Jitendra Kalsaria | 1 | -0/+2 |
2014-01-15 | net: avoid reference counter overflows on fib_rules in multicast forwarding | Hannes Frederic Sowa | 2 | -4/+10 |
2014-01-15 | dm9601: add USB IDs for new dm96xx variants | Peter Korsgaard | 1 | -0/+12 |
2014-01-15 | MAINTAINERS: add virtio-dev ML for virtio | Michael S. Tsirkin | 1 | -0/+3 |
2014-01-15 | ieee802154: Fix memory leak in ieee802154_add_iface() | Christian Engelmayer | 1 | -2/+4 |
2014-01-14 | hwmon: (coretemp) Fix truncated name of alarm attributes | Jean Delvare | 1 | -1/+1 |
2014-01-14 | i2c: Re-instate body of i2c_parent_is_i2c_adapter() | Stephen Warren | 1 | -1/+1 |
2014-01-14 | net: usbnet: fix SG initialisation | Bjørn Mork | 1 | -1/+1 |
2014-01-14 | inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait sockets | Neal Cardwell | 1 | -1/+4 |
2014-01-14 | md: fix problem when adding device to read-only array with bitmap. | NeilBrown | 2 | -3/+18 |
2014-01-14 | md/raid10: fix bug when raid10 recovery fails to recover a block. | NeilBrown | 1 | -4/+4 |
2014-01-14 | md/raid5: fix a recently broken BUG_ON(). | NeilBrown | 1 | -1/+2 |
2014-01-14 | md/raid1: fix request counting bug in new 'barrier' code. | NeilBrown | 1 | -2/+1 |
2014-01-14 | md/raid10: fix two bugs in handling of known-bad-blocks. | NeilBrown | 1 | -2/+2 |
2014-01-14 | md/raid5: Fix possible confusion when multiple write errors occur. | NeilBrown | 1 | -2/+2 |
2014-01-14 | Revert "drm: copy mode type in drm_mode_connector_list_update()" | Dave Airlie | 1 | -1/+1 |
2014-01-13 | cxgb4: silence shift wrapping static checker warning | Dan Carpenter | 1 | -1/+1 |
2014-01-12 | powerpc: Check return value of instance-to-package OF call | Benjamin Herrenschmidt | 1 | -9/+13 |
2014-01-12 | ARM: 7938/1: OMAP4/highbank: Flush L2 cache before disabling | Taras Kondratiuk | 2 | -0/+2 |
2014-01-12 | Linux 3.13-rc8v3.13-rc8 | Linus Torvalds | 1 | -1/+1 |
2014-01-12 | SELinux: Fix possible NULL pointer dereference in selinux_inode_permission() | Steven Rostedt | 2 | -3/+22 |
2014-01-12 | thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once only | Hugh Dickins | 1 | -3/+3 |
2014-01-12 | block: null_blk: fix queue leak inside removing device | Ming Lei | 1 | -8/+2 |
2014-01-12 | sched_clock: Disable seqlock lockdep usage in sched_clock() | John Stultz | 1 | -3/+3 |
2014-01-12 | seqlock: Use raw_ prefix instead of _no_lockdep | John Stultz | 2 | -12/+23 |