summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-10-08random: remove rand_initialize_irq()Theodore Ts'o2-3/+0
2012-10-08random: add new get_random_bytes_arch() functionTheodore Ts'o1-0/+1
2012-10-08random: create add_device_randomness() interfaceLinus Torvalds1-0/+1
2012-10-08random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o1-1/+1
2012-10-08random: Add support for architectural random hooksH. Peter Anvin1-0/+13
2012-10-08epoll: limit pathsJason Baron2-0/+2
2012-10-08epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2-1/+6
2012-10-08sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi1-0/+13
2012-10-08ipsec: be careful of non existing mac headersEric Dumazet1-0/+10
2012-10-08hugepages: fix use after free bug in "quota" handlingDavid Gibson1-4/+10
2012-10-08KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity1-0/+7
2012-10-08block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling1-2/+3
2012-10-08rose: Add length checks to CALL_REQUEST parsingBen Hutchings1-1/+7
2012-10-08time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz1-0/+7
2012-10-08time: Improve sanity checking of timekeeping inputsJohn Stultz2-9/+20
2012-10-08timekeeping: Provide hrtimer update functionThomas Gleixner1-1/+1
2012-10-08hrtimer: Provide clock_was_set_delayed()John Stultz1-0/+7
2012-10-08ntp: Fix leap-second hrtimer livelockJohn Stultz1-1/+1
2012-03-17regset: Return -EFAULT, not -EIO, on host-side memory faultH. Peter Anvin1-2/+2
2012-03-17regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin1-0/+6
2012-03-17writeback: fixups for !dirty_writeback_centisecsJens Axboe1-0/+1
2012-03-04PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat1-0/+4
2012-03-04PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki1-0/+5
2012-03-04Fix autofs compile without CONFIG_COMPATLinus Torvalds1-0/+4
2012-03-04crypto: sha512 - use standard ror64()Alexey Dobriyan1-0/+20
2012-03-04printk_ratelimited(): fix uninitialized spinlockOGAWA Hirofumi1-8/+7
2012-03-04kernel.h: fix wrong usage of __ratelimit()Yong Zhang1-1/+1
2012-03-04lib: proportion: lower PROP_MAX_SHIFT to 32 on 64-bit kernelWu Fengguang1-0/+4
2012-02-13net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet1-14/+1
2012-02-03block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini1-0/+1
2012-02-03drm: Fix authentication kernel crashThomas Hellstrom1-0/+1
2012-01-26kernel.h: add printk_ratelimited and pr_<level>_rlJoe Perches1-0/+44
2012-01-26block: add and use scsi_blk_cmd_ioctlPaolo Bonzini1-0/+2
2012-01-26svcrpc: destroy server sockets all at onceJ. Bruce Fields1-1/+1
2012-01-26V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()Dan Carpenter1-0/+1
2012-01-26xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell1-0/+3
2012-01-26PCI: Fix PCI_EXP_TYPE_RC_EC valueAlex Williamson1-1/+1
2011-12-22linux/log2.h: Fix rounddown_pow_of_two(1)Linus Torvalds1-1/+0
2011-11-26tty: Make tiocgicount a handlerAlan Cox2-0/+11
2011-11-26mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka1-0/+1
2011-11-26genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell1-0/+6
2011-11-09Revert "genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier"Greg Kroah-Hartman1-5/+0
2011-11-08ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodesTheodore Ts'o2-4/+4
2011-11-08NLM: Don't hang forever on NLM unlock requestsTrond Myklebust1-2/+2
2011-11-08scm: lower SCM_MAX_FDEric Dumazet1-2/+3
2011-11-08genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell1-0/+5
2011-11-08cfq: calculate the seek_mean per cfq_queue not per cfq_io_contextJeff Moyer1-5/+0
2011-11-08time: Change jiffies_to_clock_t() argument type to unsigned longhank1-1/+1
2011-08-16net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2-11/+20
2011-08-16crypto: Move md5_transform to lib/md5.cDavid S. Miller1-0/+5