LinuxLists
Users
About
Nicolai Stange (
[email protected]
)
Number of posts: 293 (0.34 per day)
First post: 2015-06-15 22:38:52
Last post: 2017-11-04 09:15:49
Previous Page
/
Next Page
Date
List
Subject
2016-12-05 23:56:59
linux-kernel
[PATCH] sd: make ->no_write_same independent of reported ->max_ws_blocks
2016-12-05 20:30:46
linux-kernel
[PATCH] drm/amdgpu: don't add files at control minor debugfs directory
2016-12-05 08:39:18
linux-kernel
Re: [PATCH] drm/radeon: don't add files at control minor debugfs directory
2016-12-04 13:57:13
linux-kernel
[PATCH] block: fix unintended fallthrough in generic_make_request_checks()
2016-12-03 14:48:16
linux-kernel
[PATCH] drm/radeon: don't add files at control minor debugfs directory
2016-11-20 18:57:43
linux-kernel
[PATCH] f2fs: set ->owner for debugfs status file's file_operations
2016-11-19 16:18:52
linux-kernel
[RFC v8 10/28] arch/tile/kernel/time: set ->min_delta_ticks and ->max_delta_ticks
2016-11-19 16:14:04
linux-kernel
[RFC v8 16/28] clockevents: min delta increment: calculate min_delta_ns from ticks
2016-11-19 16:13:36
linux-kernel
[RFC v8 22/28] clockevents: decouple ->max_delta_ns from ->max_delta_ticks
2016-11-19 16:12:51
linux-kernel
[RFC v8 28/28] clockevents: move non-adjustable devices to the tail of the list
2016-11-19 16:12:38
linux-kernel
[RFC v8 26/28] clockevents: degrade ->retries to unsigned int
2016-11-19 16:12:36
linux-kernel
[RFC v8 27/28] clockevents: optimize struct clock_event_device layout
2016-11-19 16:12:27
linux-kernel
[RFC v8 25/28] timekeeping: inform clockevents about freq adjustments
2016-11-19 16:12:21
linux-kernel
[RFC v8 24/28] clockevents: make setting of ->mult and ->mult_adjusted atomic
2016-11-19 16:12:17
linux-kernel
[RFC v8 23/28] clockevents: initial support for mono to raw time conversion
2016-11-19 16:12:11
linux-kernel
[RFC v8 20/28] clockevents: degrade ->min_delta_ticks to unsigned int
2016-11-19 16:12:06
linux-kernel
[RFC v8 21/28] clockevents: pack ->state_use_accessors and ->features together
2016-11-19 16:11:58
linux-kernel
[RFC v8 19/28] clockevents: introduce CLOCK_EVT_FEAT_NO_ADJUST flag
2016-11-19 16:11:50
linux-kernel
[RFC v8 18/28] clockevents: purge ->min_delta_ns
2016-11-19 16:11:45
linux-kernel
[RFC v8 17/28] timer_list: print_tickdevice(): calculate ->min_delta_ns dynamically
2016-11-19 16:11:33
linux-kernel
[RFC v8 15/28] clockevents: use ->min_delta_ticks_adjusted to program minimum delta
2016-11-19 16:11:13
linux-kernel
[RFC v8 14/28] clockevents: clockevents_program_min_delta(): don't set ->next_event
2016-11-19 16:11:04
linux-kernel
[RFC v8 13/28] clockevents: do comparison of delta against minimum in terms of cycles
2016-11-19 16:10:52
linux-kernel
[RFC v8 12/28] many clockevent drivers: don't set ->min_delta_ns and ->max_delta_ns
2016-11-19 16:03:22
linux-kernel
[RFC v8 01/28] clocksource: sh_cmt: compute rate before registration again
2016-11-19 16:03:06
linux-kernel
[RFC v8 07/28] many clockevent drivers: set ->min_delta_ticks and ->max_delta_ticks
2016-11-19 16:01:55
linux-kernel
[RFC v8 11/28] clockevents: always initialize ->min_delta_ns and ->max_delta_ns
2016-11-19 16:01:50
linux-kernel
[RFC v8 09/28] arch/x86/platform/uv/uv_time: set ->min_delta_ticks and ->max_delta_ticks
2016-11-19 16:01:47
linux-kernel
[RFC v8 08/28] arch/s390/kernel/time: set ->min_delta_ticks and ->max_delta_ticks
2016-11-19 16:01:44
linux-kernel
[RFC v8 06/28] clockevents: make clockevents_config() static
2016-11-19 16:01:41
linux-kernel
[RFC v8 05/28] clocksource: h8300_timer8: don't reset rate in ->set_state_oneshot()
2016-11-19 16:01:38
linux-kernel
[RFC v8 04/28] clocksource: em_sti: compute rate before registration
2016-11-19 16:01:36
linux-kernel
[RFC v8 03/28] clocksource: em_sti: split clock prepare and enable steps
2016-11-19 16:01:33
linux-kernel
[RFC v8 02/28] clocksource: sh_tmu: compute rate before registration again
2016-11-19 16:01:25
linux-kernel
[RFC v8 00/28] adapt clockevents frequencies to mono clock
2016-10-20 20:08:22
linux-kernel
[PATCH v2] debugfs: improve DEFINE_DEBUGFS_ATTRIBUTE for !CONFIG_DEBUG_FS
2016-10-13 10:47:06
linux-kernel
Re: [PATCH 1/2] debugfs: improve DEFINE_DEBUGFS_ATTRIBUTE for !CONFIG_DEBUGFS_FS
2016-10-13 10:00:03
linux-kernel
Re: [PATCH 1/2] debugfs: improve DEFINE_DEBUGFS_ATTRIBUTE for !CONFIG_DEBUGFS_FS
2016-07-28 07:40:17
linux-crypto
Re: lib/mpi: BUG: sleeping function called from invalid context on next-20160726
2016-07-27 21:05:05
linux-crypto
lib/mpi: BUG: sleeping function called from invalid context on next-20160726
2016-05-31 19:07:32
linux-crypto
Re: [PATCH 0/5] refactor mpi_read_from_buffer()
2016-05-26 21:20:08
linux-crypto
[PATCH 0/5] refactor mpi_read_from_buffer()
2016-05-26 21:19:55
linux-crypto
[PATCH 5/5] lib/mpi: refactor mpi_read_from_buffer() in terms of mpi_read_raw_data()
2016-05-26 21:19:54
linux-crypto
[PATCH 4/5] lib/mpi: mpi_read_from_buffer(): sanitize short buffer printk
2016-05-26 21:19:53
linux-crypto
[PATCH 3/5] lib/mpi: mpi_read_from_buffer(): return -EINVAL upon too short buffer
2016-05-26 21:19:52
linux-crypto
[PATCH 2/5] lib/digsig: digsig_verify_rsa(): return -EINVAL if modulo length is zero
2016-05-26 21:19:51
linux-crypto
[PATCH 1/5] lib/mpi: mpi_read_from_buffer(): return error code
2016-05-26 11:06:02
linux-crypto
[PATCH 2/2] lib/mpi: mpi_read_raw_data(): fix nbits calculation
2016-05-26 11:05:49
linux-crypto
[PATCH 1/2] lib/mpi: mpi_read_raw_data(): purge redundant clearing of nbits
2016-05-26 10:57:58
linux-crypto
[PATCH] lib/mpi: purge mpi_set_buffer()
2016-04-17 08:35:22
linux-kernel
Re: [PATCH] fs/ext4: mb_find_order_for_block(): silence UBSAN