# # Makefile for the linux ext3-filesystem routines. # obj-$(CONFIG_EXT3_FS) += ext3.o ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \ ioctl.o namei.o super.o symlink.o hash.o resize.o ext3_jbd.o ext3-$(CONFIG_EXT3_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o ext3-$(CONFIG_EXT3_FS_POSIX_ACL) += acl.o ext3-$(CONFIG_EXT3_FS_SECURITY) += xattr_security.o href='https://universe.0xinfinity.dev/distro/kernel' title='kernel Git repository'/>
summaryrefslogtreecommitdiff
path: root/arch/x86/platform/ce4100/ce4100.c
AgeCommit message (Expand)Author
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2018-12-03x86: Fix various typos in commentsIngo Molnar
2016-12-19x86/init: Remove i8042_detect() from platform opsDmitry Torokhov
2016-11-16serial: 8250: Add IrDA to UART capabilitiesEd Blake
2016-07-19x86/ce4100: Remove duplicated include from ce4100.cWei Yongjun
2016-07-14x86/platform: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2014-06-21x86: ce4100, irq: Do not set legacy_pic to null_legacy_picJiang Liu
2014-06-21x86: ce4100, irq: Make CE4100 depend on CONFIG_X86_IO_APICJiang Liu
2013-07-31arch/x86/platform/ce4100/ce4100.c: include reboot.hAndrew Morton
2013-07-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker
2013-07-12x86/platform/ce4100: Add header file for reboot typeXiong Zhou
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-10-30x86/ce4100: Fix reboot by forcing the reboot method to be KBDMaxime Bizon
2012-10-30x86/ce4100: Fix pm_poweroffFlorian Fainelli
2012-10-24x86: ce4100: allow second UART usageMaxime Bizon
2011-11-11ce4100: fix a build errorZhang Rui
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-03-14x86: ce4100: Set pci ops via callback instead of module initSebastian Andrzej Siewior
2011-02-25x86: dt: Cleanup local apic setupThomas Gleixner
2011-02-23x86: ce4100: Use OF to setup devicesSebastian Andrzej Siewior