index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
appldata
/
appldata_base.c
Age
Commit message (
Expand
)
Author
2023-10-10
S390: Remove now superfluous sentinel elem from ctl_table arrays
Joel Granados
2023-08-15
sysctl: Add size to register_sysctl
Joel Granados
2023-07-03
s390: include linux/io.h instead of asm/io.h
Heiko Carstens
2023-03-20
s390: simplify dynamic sysctl registration for appldata_register_ops
Luis Chamberlain
2023-03-20
s390: simplify one-level sysctl registration for appldata_table
Luis Chamberlain
2022-12-02
s390/appldata: remove power management callbacks
Heiko Carstens
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
2018-10-09
s390/appldata: do not use stack buffers for hardware data
Martin Schwidefsky
2018-10-09
s390/appldata: pass parameter list pointer to appldata_asm
Martin Schwidefsky
2018-07-06
s390/appldata: reuse generic proc handler functions
Vasily Gorbik
2018-07-02
s390: fix gcc 8 stringop-truncation warnings in proc handlers
Vasily Gorbik
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2017-11-24
s390: appldata: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
2017-03-03
sched/headers: Move task statistics APIs from <linux/sched.h> to <linux/sched...
Ingo Molnar
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-09-06
s390: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
2014-10-20
s390: appldata: drop owner assignment from platform_drivers
Wolfram Sang
2014-01-29
s390/appldata: restore missing init_virt_timer()
Gerald Schaefer
2013-10-28
s390: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2013-10-24
s390/appldata: make copy_from_user() invocations provably correct
Heiko Carstens
2013-05-28
arch: s390: appldata: using strncpy() and strnlen() instead of sprintf()
Chen Gang
2012-07-20
s390/vtimer: rework virtual timer interface
Martin Schwidefsky
2012-07-20
s390/comments: unify copyright messages and remove file names
Heiko Carstens
2011-05-23
[S390] get rid of unused variables
Heiko Carstens
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
2009-11-18
sysctl: Drop & in front of every proc_handler.
Eric W. Biederman
2009-09-24
sysctl: remove "struct file *" argument of ->proc_handler
Alexey Dobriyan
2009-06-16
[S390] pm: appldata power management callbacks
Gerald Schaefer
2009-04-23
[S390] appldata: avoid deadlock with appldata_mem
Gerald Schaefer
2009-04-14
[S390] appldata: Use new mod_virt_timer_periodic() function.
Gerald Schaefer
2008-12-25
[S390] convert appldata printks to pr_xxx macros.
Gerald Schaefer
2008-10-28
[S390] appldata: unsigned ops->size cannot be negative
Roel Kluin
2008-07-15
Merge branch 'generic-ipi' into generic-ipi-for-linus
Ingo Molnar
2008-07-14
[S390] Cleanup appldata printk messages.
Gerald Schaefer
2008-07-14
[S390] make appldata compile w/o CONFIG_SWAP
Gerald Schaefer
2008-06-26
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
2008-05-30
[S390] appldata: prevent cpu hotplug when walking cpu_online_map.
Gerald Schaefer
2007-11-20
[S390] appldata: remove unused binary sysctls.
Heiko Carstens
2007-10-12
[S390] appldata_base: Remove module_exit function and modular stuff
Satyam Sharma
2007-10-12
[S390] appldata_base: Misc cpuinit annotations and bugfix
Satyam Sharma
2007-07-27
[S390] Convert to smp_call_function_single.
Heiko Carstens
2007-06-19
[S390] Fix yet another two section mismatches.
Heiko Carstens
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
2007-04-27
[S390] Remove debugging junk.
Martin Schwidefsky
2007-02-14
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
2007-02-14
[PATCH] sysctl: s390: remove unnecessary use of insert_at_head
Eric W. Biederman
2007-02-05
[S390] Get rid of a lot of sparse warnings.
Heiko Carstens
2006-12-07
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
Ingo Molnar
2006-12-05
WorkQueue: Fix up arch-specific work items where possible
David Howells
[next]