summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-03-04pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi
2013-03-04unbreak automounter support on 64-bit kernel with 32-bit userspace (v2)Helge Deller
2013-03-04quota: autoload the quota_v2 module for QFMT_VFS_V1 quota formatTheodore Ts'o
2013-03-01vlan: adjust vlan_set_encap_proto() for its callersCong Wang
2013-03-01ipv6: use a stronger hash for tcpEric Dumazet
2013-03-01net: fix a compile error when SOCK_REFCNT_DEBUG is enabledYing Xue
2013-03-01fb: Yet another band-aid for fixing lockdep messTakashi Iwai
2013-03-01fb: rework locking to fix lock ordering on takeoverAlan Cox
2013-03-01vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie
2013-03-01ALSA: usb: Fix Processing Unit Descriptor parsersPawel Moll
2013-03-01mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch...Sagi Grimberg
2013-02-27printk: fix buffer overflow when calling log_prefix function from call_consol...Alexandre SIMON
2013-02-18efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming
2013-02-12usb: Using correct way to clear usb3.0 device's remote wakeup feature.Lan Tianyu
2013-01-29ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov
2013-01-23target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger
2013-01-18libceph: remove 'osdtimeout' optionSage Weil
2013-01-14PM: OPP: Add opp_find_volt_floor/ceil functionsTaras Kondratiuk
2013-01-14mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko
2013-01-14PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHzAndy Lutomirski
2013-01-14tcp: implement RFC 5961 4.2Eric Dumazet
2013-01-14tcp: implement RFC 5961 3.2Eric Dumazet
2013-01-14inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch
2013-01-14freezer: add missing mb's to freezer_count() and freezer_should_skip()Tejun Heo
2013-01-14mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDEDChristoffer Dall
2013-01-14exec: do not leave bprm->interp on stackKees Cook
2013-01-03tmpfs: fix shared mempolicy leakMel Gorman
2012-12-04drm/radeon: add new SI pci idAlex Deucher
2012-11-27libceph: drop declaration of ceph_con_get()Alex Elder
2012-11-27libceph: check for invalid mappingSage Weil
2012-11-27libceph: clean up con flagsSage Weil
2012-11-27libceph: replace connection state bits with statesSage Weil
2012-11-27libceph: prevent the race of incoming work during teardownGuanjun He
2012-11-27libceph: initialize msgpool message typesSage Weil
2012-11-27libceph: set peer name on con_open, not initSage Weil
2012-11-27libceph: define and use an explicit CONNECTED stateAlex Elder
2012-11-27libceph: drop ceph_con_get/put helpers and nref memberSage Weil
2012-11-27libceph: make ceph_con_revoke_message() a msg opAlex Elder
2012-11-27libceph: make ceph_con_revoke() a msg operationAlex Elder
2012-11-27libceph: have messages point to their connectionAlex Elder
2012-11-27libceph: fully initialize connection in con_init()Alex Elder
2012-11-27libceph: embed ceph connection structure in mon_clientAlex Elder
2012-11-27libceph: start tracking connection socket stateAlex Elder
2012-11-27libceph: start separating connection flags from stateAlex Elder
2012-11-27libceph: embed ceph messenger structure in ceph_clientAlex Elder
2012-11-27libceph: kill bad_proto ceph connection opAlex Elder
2012-11-27libceph: eliminate connection state "DEAD"Alex Elder
2012-11-27libceph: fix messenger retrySage Weil
2012-11-27ceph: use info returned by get_authorizerAlex Elder
2012-11-27ceph: have get_authorizer methods return pointersAlex Elder