| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-12-03 | Revert "net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum()." | David S. Miller | 1 | -21/+18 |
| 2013-12-03 | iio: hid-sensors: Fix power and report state | Srinivas Pandruvada | 1 | -0/+12 |
| 2013-12-03 | HID: hid-sensor-hub: Add logical min and max | Srinivas Pandruvada | 1 | -0/+2 |
| 2013-12-03 | PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not ... | Rafael J. Wysocki | 1 | -0/+1 |
| 2013-12-02 | usb: xhci: Link TRB must not occur within a USB payload burst | David Laight | 1 | -0/+2 |
| 2013-12-02 | context_tracking: Rename context_tracking_active() to context_tracking_cpu_is... | Frederic Weisbecker | 2 | -5/+6 |
| 2013-12-02 | context_tracking: Wrap static key check into more intuitive function name | Frederic Weisbecker | 4 | -7/+11 |
| 2013-12-02 | nohz: Convert a few places to use local per cpu accesses | Frederic Weisbecker | 1 | -3/+3 |
| 2013-12-02 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 1 | -2/+6 |
| 2013-12-02 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
| 2013-12-02 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+0 |
| 2013-12-02 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -0/+20 |
| 2013-12-02 | tracepoint: comment fix "binay" -> "binary" | Viresh Kumar | 1 | -1/+1 |
| 2013-12-02 | clk: at91: add PMC pll clocks | Boris BREZILLON | 1 | -0/+2 |
| 2013-12-02 | ARM: at91: move at91_pmc.h to include/linux/clk/at91_pmc.h | Boris BREZILLON | 1 | -0/+190 |
| 2013-12-02 | security: shmem: implement kernel private shmem inodes | Eric Paris | 1 | -0/+2 |
| 2013-12-02 | KEYS: Fix multiple key add into associative array | David Howells | 1 | -3/+3 |
| 2013-12-02 | power_supply: Add power_supply notifier | Pali Rohár | 1 | -0/+8 |
| 2013-11-30 | sysfs, kernfs: implement kernfs_ns_enabled() | Tejun Heo | 1 | -0/+14 |
| 2013-11-30 | sysfs, kernfs: make sysfs_dirent definition public | Tejun Heo | 1 | -4/+114 |
| 2013-11-30 | sysfs, kernfs: prepare mount path for kernfs | Tejun Heo | 1 | -0/+28 |
| 2013-11-30 | sysfs, kernfs: make inode number ida per kernfs_root | Tejun Heo | 1 | -0/+4 |
| 2013-11-30 | sysfs, kernfs: implement kernfs_create/destroy_root() | Tejun Heo | 1 | -0/+13 |
| 2013-11-30 | sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() | Tejun Heo | 2 | -21/+33 |
| 2013-11-30 | sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation | Tejun Heo | 1 | -8/+29 |
| 2013-11-30 | sysfs, kernfs: introduce kernfs_notify() | Tejun Heo | 2 | -4/+8 |
| 2013-11-30 | sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() | Tejun Heo | 1 | -2/+7 |
| 2013-11-30 | sysfs, kernfs: introduce kernfs_create_file[_ns]() | Tejun Heo | 1 | -0/+18 |
| 2013-11-30 | sysfs, kernfs: introduce kernfs_ops | Tejun Heo | 1 | -0/+26 |
| 2013-11-30 | sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h | Tejun Heo | 1 | -0/+18 |
| 2013-11-30 | sysfs, kernfs: introduce kernfs_create_dir[_ns]() | Tejun Heo | 2 | -6/+17 |
| 2013-11-30 | Merge 3.13-rc2 into driver-core-next | Greg Kroah-Hartman | 5 | -60/+86 |
| 2013-11-29 | cgroup: don't guarantee cgroup.procs is sorted if sane_behavior | Tejun Heo | 1 | -0/+3 |
| 2013-11-29 | cgroup: remove cftype->release() | Tejun Heo | 1 | -2/+0 |
| 2013-11-29 | efivars, efi-pstore: Hold off deletion of sysfs entry until the scan is compl... | Seiji Aguchi | 1 | -0/+4 |
| 2013-11-28 | Merge tag 'gpio-v3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -2/+9 |
| 2013-11-28 | cpufreq: suspend governors on system suspend/hibernate | Viresh Kumar | 1 | -0/+8 |
| 2013-11-28 | Merge tag 'staging-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+3 |
| 2013-11-28 | sysfs, kernfs: introduce kernfs_setattr() | Tejun Heo | 1 | -0/+8 |
| 2013-11-28 | sysfs, kernfs: introduce kernfs_rename[_ns]() | Tejun Heo | 1 | -0/+7 |
| 2013-11-28 | sysfs, kernfs: introduce kernfs_create_link() | Tejun Heo | 1 | -0/+9 |
| 2013-11-28 | sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]() | Tejun Heo | 1 | -0/+24 |
| 2013-11-28 | sysfs, kernfs: add skeletons for kernfs | Tejun Heo | 2 | -2/+13 |
| 2013-11-28 | sysfs: drop kobj_ns_type handling, take #2 | Tejun Heo | 1 | -0/+6 |
| 2013-11-27 | tasks/exit: Remove unused task_is_dead() method | Oleg Nesterov | 1 | -1/+0 |
| 2013-11-27 | perf: Add active_entry list head to struct perf_event | Stephane Eranian | 1 | -1/+4 |
| 2013-11-27 | userns: userns: Remove UIDGID_STRICT_TYPE_CHECKS | Eric W. Biederman | 3 | -40/+0 |
| 2013-11-27 | clksrc: delete nomadik MTU non-DT boot path | Linus Walleij | 1 | -9/+0 |
| 2013-11-27 | pinctrl: nomadik: move platform data handling into driver | Linus Walleij | 1 | -242/+0 |
| 2013-11-26 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+27 |