summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-06-27ptrace: ptrace_reparented() should check same_thread_group()Oleg Nesterov1-1/+1
2011-06-27redefine thread_group_leader() as exit_signal >= 0Oleg Nesterov1-2/+4
2011-06-27kill task_detached()Oleg Nesterov1-5/+0
2011-06-27make do_notify_parent() __must_check, update the callersOleg Nesterov1-1/+1
2011-06-27kill tracehook_notify_death()Oleg Nesterov1-34/+0
2011-06-27make do_notify_parent() return boolOleg Nesterov1-2/+2
2011-06-27eCryptfs: export global eCryptfs definitions to include/linux/ecryptfs.hRoberto Sassu1-0/+113
2011-06-27encrypted-keys: add key format supportRoberto Sassu1-2/+11
2011-06-27jbd: Fix oops in journal_remove_journal_head()Jan Kara1-1/+0
2011-06-25ext3: use proper little-endian bitopsAkinobu Mita1-3/+2
2011-06-25ext2: include fs.h into ext2_fs.hPetr Uzel1-0/+1
2011-06-25ext3: Convert ext3 to new truncate calling conventionJan Kara1-1/+1
2011-06-25jbd: Add fixed tracepointsLukas Czerner1-0/+203
2011-06-25ext3: Add fixed tracepointsLukas Czerner1-0/+864
2011-06-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-2/+1
2011-06-25net: wimax: Remove of unused 'rfkill_input' pointerVitaliy Ivanov1-1/+0
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-65/+342
2011-06-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+3
2011-06-24Merge branch 'fix/asoc' into for-linusTakashi Iwai1-2/+1
2011-06-24treewide: Fix recieve/receive typosJoe Perches1-1/+1
2011-06-24fsl-diu-fb: remove check for pixel clock rangesTimur Tabi1-6/+0
2011-06-24Merge branch 'sh/clkfwk' into sh-latestPaul Mundt7-110/+85
2011-06-24net: Fix build failures due to ip_is_fragment()David S. Miller1-5/+5
2011-06-23UBI: clarify the volume notification types' docDavid Wagner1-6/+8
2011-06-23Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-3/+4
2011-06-23sched: Generalize sleep inside spinlock detectionFrederic Weisbecker1-1/+1
2011-06-23genirq: Remove unused CHECK_IRQ_PER_CPU()Thomas Gleixner1-5/+0
2011-06-23ath9k: add external_reset callback to ath9k_platfom_data for AR9330Gabor Juhos1-0/+1
2011-06-23ath9k: add MAC revision detection for AR9330Gabor Juhos1-0/+1
2011-06-23netlink: advertise incomplete dumpsJohannes Berg3-0/+58
2011-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville5-33/+165
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo2-18/+18
2011-06-22ptrace: kill clone/exec tracehooksTejun Heo1-121/+0
2011-06-22ptrace: kill trivial tracehooksTejun Heo1-156/+0
2011-06-22ptrace: move SIGTRAP on exec(2) logic to ptrace_event()Tejun Heo2-11/+9
2011-06-22ptrace: introduce ptrace_event_enabled() and simplify ptrace_event() and trac...Tejun Heo2-27/+45
2011-06-22ptrace: kill task_ptrace()Tejun Heo2-19/+8
2011-06-22ip: introduce ip_is_fragment helper inline functionPaul Gortmaker1-0/+5
2011-06-22net: remove mm.h inclusion from netdevice.hAlexey Dobriyan5-11/+18
2011-06-22Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-2/+5
2011-06-22dcb: fix return type on dcb_setapp()John Fastabend1-1/+1
2011-06-22dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settingsJohn Fastabend1-0/+1
2011-06-22dcb: Add ieee_dcb_delapp() and dcb op to delete app entryJohn Fastabend2-0/+4
2011-06-22dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP dataJohn Fastabend1-0/+1
2011-06-22net: dcbnl, add multicast group for DCBJohn Fastabend2-0/+4
2011-06-22cnic, bnx2i: Add support for new devices - 57800, 57810, and 57840Michael Chan1-0/+9
2011-06-22core: add tracepoints for queueing skb to rcvbufSatoru Moriya1-0/+68
2011-06-22udp: add tracepoints for queueing skb to rcvbufSatoru Moriya1-0/+32
2011-06-22PM: Fix async resume following suspend failureAlan Stern1-0/+1
2011-06-22PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern2-3/+3