summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sysfs, kernfs: introduce kernfs_create_file[_ns]()Tejun Heo2013-11-302-11/+60
* sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTRTejun Heo2013-11-304-26/+14Star
* sysfs, kernfs: add sysfs_dirent->s_attr.sizeTejun Heo2013-11-303-7/+8
* sysfs, kernfs: introduce kernfs_opsTejun Heo2013-11-303-34/+141
* sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.hTejun Heo2013-11-302-11/+18
* sysfs, kernfs: prepare open, release, poll paths for kernfsTejun Heo2013-11-303-21/+10Star
* sysfs, kernfs: prepare mmap path for kernfsTejun Heo2013-11-301-30/+39
* sysfs, kernfs: prepare write path for kernfsTejun Heo2013-11-301-53/+50Star
* sysfs, kernfs: prepare read path for kernfsTejun Heo2013-11-301-65/+126
* sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo2013-11-306-37/+54
* sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ...Tejun Heo2013-11-305-24/+21Star
* Merge 3.13-rc2 into driver-core-nextGreg Kroah-Hartman2013-11-30305-1805/+5073
|\
| * Linux 3.13-rc2Linus Torvalds2013-11-291-1/+1
| * Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds2013-11-298-66/+67
| |\
| | * arm64: Move PTE_PROT_NONE higher upCatalin Marinas2013-11-291-14/+17
| | * arm64: Use Normal NonCacheable memory for writecombineCatalin Marinas2013-11-291-1/+1
| | * arm64: debug: make aarch32 bkpt checking endian cleanMatthew Leach2013-11-281-8/+12
| | * arm64: ptrace: fix compat registes get/set to be endian cleanMatthew Leach2013-11-281-21/+19Star
| | * arm64: Unmask asynchronous aborts when in kernel modeCatalin Marinas2013-11-253-0/+9
| | * arm64: dts: Reserve the memory used for secondary CPU release addressCatalin Marinas2013-11-251-0/+2
| | * arm64: let the core code deal with preempt_countMarc Zyngier2013-11-251-22/+7Star
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-11-2914-88/+87Star
| |\ \
| | * | s390/mm: handle asce-type exceptions as normal page faultMartin Schwidefsky2013-11-251-1/+1
| | * | s390,time: revert direct ktime path for s390 clockevent deviceMartin Schwidefsky2013-11-251-15/+4Star
| | * | s390/time,vdso: convert to the new update_vsyscall interfaceMartin Schwidefsky2013-11-258-45/+62
| | * | s390/uaccess: add missing page table walk range checkHeiko Carstens2013-11-251-0/+3
| | * | s390/mm: optimize copy_pageHeiko Carstens2013-11-201-25/+13Star
| | * | s390/dasd: validate request size before building CCW/TCW requestStefan Weinhuber2013-11-201-0/+2
| | * | s390/signal: always restore saved runtime instrumentation psw bitHendrik Brueckner2013-11-202-2/+2
| * | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-295-13/+19
| |\ \ \
| | * | | i2c: bcm2835: Linking platform nodes to adapter nodesFlorian Meier2013-11-281-0/+1
| | * | | i2c: omap: raw read and write endian fixVictor Kamensky2013-11-271-4/+4
| | * | | i2c: i2c-bcm-kona: Fix module buildTim Kryger2013-11-261-1/+1
| | * | | i2c: i2c-diolan-u2c: different usb endpoints for DLN-2-U2CMartin Vogt2013-11-261-5/+11
| | * | | i2c: bcm-kona: remove duplicated includeWei Yongjun2013-11-261-1/+0Star
| | * | | i2c: davinci: raw read and write endian fixTaras Kondratiuk2013-11-261-2/+2
| | | |/ | | |/|
| * | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-291-13/+37
| |\ \ \
| | * | | workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w...Li Bin2013-11-231-6/+9
| | * | | workqueue: fix comment typo for __queue_work()Li Bin2013-11-231-1/+1
| | * | | workqueue: fix ordered workqueues in NUMA setupsTejun Heo2013-11-231-2/+22
| | * | | workqueue: swap set_cpus_allowed_ptr() and PF_NO_SETAFFINITYOleg Nesterov2013-11-231-4/+5
| | |/ /
| * | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-295-5/+6
| |\ \ \
| | * | | ATA: Fix port removal orderingRafael J. Wysocki2013-11-271-2/+1Star
| | * | | ahci: add Marvell 9230 to the AHCI PCI device listSamir Benmendil2013-11-231-0/+2
| | * | | ata: fix acpi_bus_get_device() return value checkYijing Wang2013-11-231-3/+1Star
| | * | | pata_arasan_cf: add missing clk_disable_unprepare() on error pathWei Yongjun2013-11-221-0/+1
| | * | | ahci: add support for IBM Akebono platform deviceAlistair Popple2013-11-221-0/+1
| | |/ /
| * | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-292-6/+37
| |\ \ \
| | * | | cgroup: fix cgroup_subsys_state leak for seq_filesTejun Heo2013-11-281-1/+4
| | * | | cpuset: Fix memory allocator deadlockPeter Zijlstra2013-11-271-2/+6