Michal Suchánek ([email protected])

Number of posts: 881 (0.33 per day)
First post: 2017-03-29 12:57:06
Last post: 2024-06-13 12:11:26

Date List Subject
2019-11-12 16:56:59 linux-kernel [PATCH 21/33] powerpc/64s/exception: soft nmi interrupt should not use ret_from_except
2019-11-12 16:56:56 linux-kernel [PATCH 17/33] powerpc/64s/exception: re-inline some handlers
2019-11-12 16:56:23 linux-kernel [PATCH 28/33] powerpc/perf: consolidate read_user_stack_32
2019-11-12 16:56:13 linux-kernel [PATCH 29/33] powerpc/perf: consolidate valid_user_sp
2019-11-12 16:56:12 linux-kernel [PATCH 30/33] powerpc/perf: remove current_is_64bit()
2019-11-12 16:55:51 linux-kernel [PATCH 32/33] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default.
2019-11-12 16:55:45 linux-kernel [PATCH 33/33] powerpc/perf: split callchain.c by bitness
2019-11-12 16:55:34 linux-kernel [PATCH 23/33] powerpc/64: system call implement the bulk of the logic in C
2019-11-12 16:55:21 linux-kernel [PATCH 18/33] powerpc/64s/exception: Clean up SRR specifiers
2019-11-12 16:55:16 linux-kernel [PATCH 14/33] powerpc/64s/exception: remove the SPR saving patch code macros
2019-11-12 16:55:01 linux-kernel [PATCH 11/33] powerpc/64s/exception: move soft-mask test to common code
2019-11-12 16:54:58 linux-kernel [PATCH 12/33] powerpc/64s/exception: move KVM test to common code
2019-11-12 16:54:29 linux-kernel [PATCH 03/33] powerpc/64s/exception: Add GEN_KVM macro that uses INT_DEFINE parameters
2019-11-12 16:54:23 linux-kernel [PATCH 02/33] powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parameters
2019-11-12 16:54:19 linux-kernel [PATCH 01/33] powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generation
2019-11-11 13:21:33 linux-kernel Re: cdrom: make debug logging rely on pr_debug and debugfs only.
2019-11-09 13:00:42 linux-kernel Re: [PATCH v3 2/4] powerpc/fadump: reorganize /sys/kernel/fadump_* sysfs files
2019-11-07 16:48:59 linux-kernel [PATCH v3] powerpc/fadump: when fadump is supported register the fadump sysfs files.
2019-11-07 16:44:16 linux-kernel Re: [PATCH] powerpc/fadump: Remove duplicate message.
2019-11-03 16:02:10 linux-kernel Re: cdrom: make debug logging rely on pr_debug and debugfs only.
2019-10-25 22:34:53 linux-kernel [PATCH v3 3/7] cdrom: wait for the tray to close
2019-10-25 22:33:19 linux-kernel [PATCH v3 2/7] cdrom: factor out common open_for_* code
2019-10-25 19:54:55 linux-kernel [PATCH v3 7/7] scsi: sr: wait for the medium to become ready
2019-10-25 19:53:58 linux-kernel [PATCH v3 6/7] scsi: blacklist: add VMware ESXi cdrom - broken tray emulation.
2019-10-25 19:52:46 linux-kernel [PATCH v3 0/7] Fix cdrom autoclose
2019-10-25 19:51:56 linux-kernel [PATCH v3 1/7] cdrom: add poll_event_interruptible
2019-10-25 19:51:47 linux-kernel [PATCH v3 4/7] cdrom: export autoclose logic as a separate function
2019-10-25 19:51:45 linux-kernel [PATCH v3 5/7] bdev: add open_finish.
2019-10-25 19:43:29 linux-kernel Re: [PATCH v2 2/8] cdrom: factor out common open_for_* code
2019-10-25 13:56:23 linux-kernel Re: [PATCH v2 6/8] bdev: add open_finish.
2019-10-25 11:14:37 linux-kernel [PATCH RFC] scsi: blacklist: add VMware ESXi cdrom - broken tray emulation.
2019-10-25 09:50:43 linux-kernel Re: [PATCH] powerpc/fadump: Remove duplicate message.
2019-10-25 07:34:20 linux-kernel Re: [PATCH v2 7/8] scsi: sr: workaround VMware ESXi cdrom emulation bug
2019-10-25 02:50:02 linux-kernel Re: [PATCH v2 7/8] scsi: sr: workaround VMware ESXi cdrom emulation bug
2019-10-25 02:39:35 linux-kernel Re: [PATCH v2 8/8] scsi: sr: wait for the medium to become ready
2019-10-24 23:13:34 linux-kernel Re: [PATCH v2 6/8] bdev: add open_finish.
2019-10-24 23:13:13 linux-kernel Re: [PATCH v2 7/8] scsi: sr: workaround VMware ESXi cdrom emulation bug
2019-10-24 23:13:02 linux-kernel Re: [PATCH v2 2/8] cdrom: factor out common open_for_* code
2019-10-24 11:19:36 linux-kernel Re: [PATCH v2 7/8] scsi: sr: workaround VMware ESXi cdrom emulation bug
2019-10-24 08:53:47 linux-kernel [PATCH] powerpc/fadump: Remove duplicate message.
2019-10-23 17:48:18 linux-kernel [PATCH v2 8/8] scsi: sr: wait for the medium to become ready
2019-10-23 17:48:05 linux-kernel [PATCH v2 6/8] bdev: add open_finish.
2019-10-23 17:47:57 linux-kernel [PATCH v2 7/8] scsi: sr: workaround VMware ESXi cdrom emulation bug
2019-10-23 17:46:06 linux-kernel [PATCH v2 5/8] docs: cdrom: Add autoclose IOCTL
2019-10-23 16:41:41 linux-kernel Re: [PATCH resend 3/6] cdrom: wait for tray to close
2019-10-23 13:50:55 linux-kernel [PATCH v2 4/8] cdrom: separate autoclose into an IOCTL
2019-10-23 13:50:46 linux-kernel [PATCH v2 1/8] cdrom: add poll_event_interruptible
2019-10-23 13:47:01 linux-kernel [PATCH v2 3/8] cdrom: wait for the tray to close
2019-10-23 13:46:02 linux-kernel [PATCH v2 2/8] cdrom: factor out common open_for_* code
2019-10-23 13:46:01 linux-kernel [PATCH v2 0/8] Fix cdrom autoclose.
2019-10-03 10:20:25 linux-kernel Re: [alsa-devel] [PATCH 2/2] soundwire: depend on ACPI || OF