summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-03-20atmel_lcdfb: fix 16-bpp modes on older SOCsJohan Hovold1-0/+1
2013-03-20perf,x86: fix link failure for non-Intel configsDavid Rientjes1-1/+5
2013-03-20perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian1-0/+2
2013-03-04pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi1-0/+6
2013-03-04unbreak automounter support on 64-bit kernel with 32-bit userspace (v2)Helge Deller1-17/+8
2013-03-04quota: autoload the quota_v2 module for QFMT_VFS_V1 quota formatTheodore Ts'o1-0/+1
2013-02-28vlan: adjust vlan_set_encap_proto() for its callersCong Wang1-3/+3
2013-02-28ipv6: use a stronger hash for tcpEric Dumazet3-4/+17
2013-02-28net: fix a compile error when SOCK_REFCNT_DEBUG is enabledYing Xue1-1/+1
2013-02-28fb: Yet another band-aid for fixing lockdep messTakashi Iwai2-0/+3
2013-02-28fb: rework locking to fix lock ordering on takeoverAlan Cox1-0/+1
2013-02-28vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie1-0/+1
2013-02-28ALSA: usb: Fix Processing Unit Descriptor parsersPawel Moll1-2/+4
2013-02-28mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch...Sagi Grimberg1-0/+1
2013-02-21printk: fix buffer overflow when calling log_prefix function from call_consol...Alexandre SIMON1-0/+6
2013-02-14efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-6/+18
2013-02-11usb: Using correct way to clear usb3.0 device's remote wakeup feature.Lan Tianyu1-0/+6
2013-01-27ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov1-1/+10
2013-01-21target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger1-0/+4
2013-01-17libceph: remove 'osdtimeout' optionSage Weil1-2/+0
2013-01-11mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko1-0/+9
2013-01-11PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHzAndy Lutomirski1-0/+1
2013-01-11tcp: implement RFC 5961 4.2Eric Dumazet1-1/+1
2013-01-11tcp: implement RFC 5961 3.2Eric Dumazet2-0/+2
2013-01-11inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch1-0/+1
2013-01-11freezer: add missing mb's to freezer_count() and freezer_should_skip()Tejun Heo1-8/+42
2013-01-11mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDEDChristoffer Dall1-1/+7
2013-01-11exec: do not leave bprm->interp on stackKees Cook1-0/+1
2012-12-17tmpfs: fix shared mempolicy leakMel Gorman1-16/+0
2012-12-03drm/radeon: add new SI pci idAlex Deucher1-0/+1
2012-11-26libceph: drop declaration of ceph_con_get()Alex Elder1-2/+0
2012-11-26libceph: check for invalid mappingSage Weil2-4/+4
2012-11-26libceph: clean up con flagsSage Weil1-10/+0
2012-11-26libceph: replace connection state bits with statesSage Weil1-12/+0
2012-11-26libceph: prevent the race of incoming work during teardownGuanjun He1-0/+1
2012-11-26libceph: initialize msgpool message typesSage Weil1-1/+2
2012-11-26libceph: set peer name on con_open, not initSage Weil1-2/+2
2012-11-26libceph: define and use an explicit CONNECTED stateAlex Elder1-0/+1
2012-11-26libceph: drop ceph_con_get/put helpers and nref memberSage Weil1-1/+0
2012-11-26libceph: make ceph_con_revoke_message() a msg opAlex Elder1-2/+2
2012-11-26libceph: make ceph_con_revoke() a msg operationAlex Elder1-1/+2
2012-11-26libceph: have messages point to their connectionAlex Elder1-0/+3
2012-11-26libceph: fully initialize connection in con_init()Alex Elder1-2/+4
2012-11-26libceph: embed ceph connection structure in mon_clientAlex Elder1-1/+1
2012-11-26libceph: start tracking connection socket stateAlex Elder1-2/+6
2012-11-26libceph: start separating connection flags from stateAlex Elder1-6/+12
2012-11-26libceph: embed ceph messenger structure in ceph_clientAlex Elder2-5/+6
2012-11-26libceph: kill bad_proto ceph connection opAlex Elder1-3/+0
2012-11-26libceph: eliminate connection state "DEAD"Alex Elder1-1/+0
2012-11-26libceph: fix messenger retrySage Weil1-10/+2