messages from 2017-08-25 16:33:57 to 2017-08-25 21:59:17 UTC [more...]
[patch V2 00/44] x86: Cleanup IDT code
2017-08-25 21:47 UTC (22+ messages)
` [patch V2 02/44] x86/irq: Unexport used_vectors
` [patch V2 04/44] x86/irq: Remove duplicated used_vectors definition
` [patch V2 07/44] x86/traps: Simplify pagefault tracing logic
` [patch V2 08/44] x86/apic: Remove the duplicated tracing version of local_timer_interrupt
` [patch V2 11/44] x86/apic: Remove the duplicated tracing versions of interrupts
` [patch V2 15/44] x86/smp: Use static key for reschedule interrupt tracing
` [patch V2 16/44] x86/idt: Remove tracing idt completely
` [patch V2 19/44] x86/ipi: Make platform IPI depend on APIC
` [patch V2 21/44] x86/tracing: Build tracepoints only when they are used
` [patch V2 23/44] x86/percpu: Use static initializer for GDT entry
` [patch V2 24/44] x86/fpu: Use bitfield accessors for desc_struct
` [patch V2 25/44] x86: Replace access to desc_struct:a/b fields
` [patch V2 26/44] x86/gdt: Use bitfields for initialization
` [patch V2 33/44] x86/idt: Move early IDT setup out of 32bit asm
` [patch V2 35/44] x86/idt: Switch early trap init to IDT tables
` [patch V2 38/44] x86/idt: Move regular trap init to tables
` [patch V2 39/44] x86/idt: Move APIC gate initialization "
` [patch V2 41/44] x86/idt: Remove unused functions/inlines
` [patch V2 42/44] x86/idt: Deinline setup functions
` [patch V2 43/44] x86/idt: Simplify alloc_intr_gate
` [patch V2 44/44] x86/idt: Hide set_intr_gate()
[PATCH 00/14] VME: Adjustments for several function implementations
2017-08-25 21:50 UTC (4+ messages)
` [PATCH 13/14] vme: tsi148: Improve 17 size determinations
[RFC PATCH] mm: fadvise: avoid fadvise for fs without backing device
2017-08-25 21:49 UTC (2+ messages)
[PATCH v6] mtd: sharpslpart: Add sharpslpart partition parser
2017-08-25 21:48 UTC (9+ messages)
[PATCH] kthread_worker: don't hog the cpu
2017-08-25 21:44 UTC
[PATCH] ASoC: tas2552: Fix fraction overflow in PLL calculation
2017-08-25 21:36 UTC
[RFC PATCH] treewide: remove GFP_TEMPORARY allocation flag
2017-08-25 21:39 UTC (6+ messages)
[PATCH v3] gpio: uniphier: add UniPhier GPIO controller driver
2017-08-25 21:39 UTC (2+ messages)
[PATCH 00/15] drivers: make device_type const
2017-08-25 21:30 UTC (3+ messages)
` [PATCH 13/15] scsi: "
[PATCH 0/3] mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE
2017-08-25 21:32 UTC (2+ messages)
[PATCH] mm/hmm: struct hmm is only use by HMM mirror functionality v2
2017-08-25 21:31 UTC
[patch 00/41] x86: Cleanup IDT code
2017-08-25 21:29 UTC (11+ messages)
` [patch 13/41] x86/smp: Remove pointless duplicated interrupt code
` [patch 14/41] x86/smp: Use static key for reschedule interrupt tracing
` [patch 15/41] x86/idt: Remove tracing idt completely
linux-next: build warnings after merge of the akpm-current tree
2017-08-25 21:23 UTC (3+ messages)
[RFC][PATCH 0/4] Fixes for two recently found timekeeping bugs
2017-08-25 21:16 UTC (5+ messages)
` [RFC][PATCH 4/4] time: Clean up CLOCK_MONOTONIC_RAW time handling
[PATCH] Add /proc/pid/smaps_rollup
2017-08-25 21:16 UTC (10+ messages)
` [PATCH RFC v2] "
[PATCH] futex: avoid undefined behaviour when shift exponent is negative
2017-08-25 21:13 UTC (5+ messages)
[PATCH v2 1/1] futex: remove duplicated code and fix UB
2017-08-25 20:55 UTC (4+ messages)
` [tip:locking/core] futex: Remove duplicated code and fix undefined behaviour
[PATCH 31/35] wireless: realtek: rtl8187: constify usb_device_id
2017-08-25 21:05 UTC
[PATCH v3 00/11] plat-eznps upstream cont. set 2
2017-08-25 21:02 UTC (5+ messages)
` [PATCH v3 03/11] ARC: Allow irq threading
[PATCH] kvm/x86: Avoid clearing the C-bit in rsvd_bits()
2017-08-25 20:55 UTC
[PATCH net-next] compiler: Document behavior compiling with -O0
2017-08-25 20:54 UTC (5+ messages)
[PATCH v3] irqdomain: Prevent Oops in irq_domain_push_irq()
2017-08-25 20:43 UTC (2+ messages)
` [tip:irq/core] irqdomain: Prevent potential NULL pointer dereference "
[PATCH] genirq: fix semicolon.cocci warnings
2017-08-25 20:43 UTC (2+ messages)
` [tip:irq/core] genirq: Fix "
linux-next: manual merge of the kvm tree with the tip tree
2017-08-25 20:42 UTC (7+ messages)
[PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting
2017-08-25 20:35 UTC (11+ messages)
[PATCHi v2] arc: Mask individual IRQ lines during core INTC init
2017-08-25 20:35 UTC (4+ messages)
WARNING: at arch/x86/kernel/stacktrace.c:132 save_stack_trace_tsk_reliable
2017-08-25 20:31 UTC (3+ messages)
[PATCH] Staging:android:ion:ion.c : Using WARN_ON() rather than BUG() Signed-off-by: harsha <harshasharmaiitr@gmail.com>
2017-08-25 20:28 UTC (2+ messages)
[PATCH] arc: arcv2: Mask only private-per-core IRQ lines on boot
2017-08-25 20:27 UTC
[PATCH 0/3] SCSI-sg: Adjustments for two function implementations
2017-08-25 20:26 UTC (4+ messages)
` [PATCH 1/3] SCSI-sg: Delete an error message for a failed memory allocation in sg_alloc()
` [PATCH 2/3] SCSI-sg: Improve a size determination "
` [PATCH 3/3] SCSI-sg: Fix a typo in a comment line in sg_ioctl()
[Question]: try to fix contention between expire_timers and try_to_del_timer_sync
2017-08-25 20:25 UTC (10+ messages)
[PATCH v6 0/5] MAP_DIRECT and block-map-atomic files
2017-08-25 20:24 UTC (15+ messages)
` [PATCH v6 2/5] fs, xfs: introduce S_IOMAP_SEALED
` [PATCH v6 3/5] mm: introduce mmap3 for safely defining new mmap flags
[GIT PULL] KVM fixes for 4.13-rc7 (Sardinia edition)
2017-08-25 20:11 UTC
[PATCH 3/3] x86/intel_rdt: Turn off most RDT features on Skylake
2017-08-25 20:04 UTC (2+ messages)
` [tip:x86/cache] "
[PATCH 2/3] x86/intel_rdt: Add command line options for resource director technology
2017-08-25 20:04 UTC (2+ messages)
` [tip:x86/cache] "
[PATCH 1/3] x86/intel_rdt: Move special case code for Haswell to a quirk function
2017-08-25 20:04 UTC (2+ messages)
` [tip:x86/cache] "
[PATCH] mm: HMM always needs MMU_NOTIFIER
2017-08-25 20:01 UTC (3+ messages)
` [PATCH] mm/hmm: struct hmm is only use by HMM mirror functionality
[PATCH 1/2 v2] sched/wait: Break up long wake list walk
2017-08-25 19:58 UTC (4+ messages)
` [PATCH 2/2 v2] sched/wait: Introduce lock breaker in wake_up_page_bit
[RFC 0/3] arm64: Realtek RTD1295 IRQ mux
2017-08-25 19:41 UTC (4+ messages)
` [RFC 1/3] dt-bindings: interrupt-controller: Add Realtek RTD1295
[PATCH] SCSI-sd: Delete an error message for a failed memory allocation in sd_revalidate_disk()
2017-08-25 19:37 UTC
[PATCH] ASoC: rt5677: Reintroduce I2C device IDs
2017-08-25 19:33 UTC (7+ messages)
[PATCH] zram: add zstd to the supported algorithms list
2017-08-25 19:31 UTC (10+ messages)
[PATCH] SCSI-scan: Delete an error message for a failed memory allocation in two functions
2017-08-25 19:21 UTC
[PATCH 0/4] net: stmmac: revert the EMAC bindings
2017-08-25 19:12 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: net: Revert sun8i dwmac binding
` [PATCH 2/4] arm64: dts: allwinner: Revert EMAC changes
` [PATCH 3/4] arm: dts: sunxi: "
` [PATCH 4/4] net: stmmac: sun8i: Remove the compatibles
[PATCH] staging: typec: Add __printf verification
2017-08-25 19:11 UTC
[PATCH v4 0/3] livepatch callbacks
2017-08-25 19:10 UTC (4+ messages)
` [PATCH v4 1/3] livepatch: add (un)patch callbacks
` [PATCH v4 2/3] livepatch: move transition "complete" notice into klp_complete_transition()
` [PATCH v4 3/3] livepatch: add transition notices
[PATCH] staging:rtl8712:xmit_linux.c: Avoid CamelCase
2017-08-25 19:03 UTC (2+ messages)
[PATCH 0/2 v9] printk: Add new timestamps
2017-08-25 19:01 UTC (4+ messages)
` [PATCH 1/2 v9] time: Make fast functions return 0 before timekeeping is initialized
` [PATCH 2/2 v9] printk: Add monotonic, boottime, and realtime timestamps
[PATCH] SCSI-devinfo: Delete an error message for a failed memory allocation in scsi_dev_info_list_add_keyed()
2017-08-25 19:00 UTC
[PATCH 00/10] perf: inherit_stat related fixes
2017-08-25 18:57 UTC (5+ messages)
` [PATCH 10/10] perf stat: Support inherit/no-inherit terms
[PATCH v3 0/4] Optimise 64-bit IOVA allocations
2017-08-25 18:52 UTC (2+ messages)
[PATCH] perf c2c: Fix remote HITM detection for Skylake
2017-08-25 18:49 UTC (3+ messages)
[PATCH 00/13] ANDROID: binder: RT priority inheritance and small fixes
2017-08-25 18:47 UTC (4+ messages)
` [PATCH 03/13] ANDROID: binder: add support for RT prio inheritance
[PATCH] mfd: Add support for TI LMP92001
2017-08-25 18:35 UTC (2+ messages)
[PATCH v2 1/3] dt-bindings: add compatible string for Allwinner V3s SoC
2017-08-25 18:28 UTC (4+ messages)
` [PATCH v2 3/3] ARM: sunxi: add support for R40 SoC
[PATCH v1 0/3] arm: npcm: add basic support for Nuvoton BMCs
2017-08-25 18:26 UTC (3+ messages)
` [PATCH v1 2/3] arm: dts: add Nuvoton NPCM750 device tree
[PATCH] crypto: padlock-sha: constify x86_cpu_id
2017-08-25 18:23 UTC
[PATCH] crypto: padlock-aes: constify x86_cpu_id
2017-08-25 18:23 UTC
[PATCH v4 0/4] PCI: rockchip: Move PCIE_WAKE handling into rockchip pcie driver
2017-08-25 18:20 UTC (4+ messages)
` [PATCH v4 3/4] dt-bindings: PCI: rockchip: Add support for pcie wake irq
[PATCH v4] ARC: clk: introduce HSDK pll driver
2017-08-25 18:16 UTC (2+ messages)
[PATCH] tty: mips_ejtag_fdc: constify mips_cdmm_device_id
2017-08-25 18:14 UTC
[PATCH] x86/platform/intel-mid: make several arrays static, makes code smaller
2017-08-25 18:13 UTC (5+ messages)
[PATCH v5 0/3] hwmon: (pmbus): Add IBM Common Form Factor (CFF) power supply driver
2017-08-25 18:10 UTC (3+ messages)
` [PATCH v5 1/3] dt-bindings: hwmon: Document the IBM CCF power supply version 1
[PATCH v2] OF: move extern declarations of of_stdout inside ifdef
2017-08-25 18:07 UTC (2+ messages)
[PATCH v9 0/2] serio: PS/2 gpio bit banging driver for serio bus
2017-08-25 18:03 UTC (3+ messages)
` [PATCH v9 2/2] dt-bindings: new binding for ps/2 gpio devices
[PATCH] staging:rtl8712:rtl871x_xmit.c : Removed unnecessary blank line
2017-08-25 18:00 UTC
[PATCH] usb: dwc3: Initialize DMA ops/mask for xhci-hcd
2017-08-25 18:02 UTC
[PATCH v3 0/3] Add usb3 ctrl node on RK3328 SoCs and enable usb3 host on RK3328 evb
2017-08-25 18:01 UTC (3+ messages)
` [PATCH v3 1/3] dt-bindings: usb: add DT binding for RK3328 dwc3 controller
[PATCH 0/9] constify amba_id
2017-08-25 17:59 UTC (3+ messages)
[PATCH] staging:unisys:visornic:visornic_main.c: Avoid multiple line derefernece
2017-08-25 17:56 UTC
[PATCH] staging:unisys:visorbus:visorchipset.c: Declared char * array as static const
2017-08-25 17:56 UTC
[PATCH] staging:unisys:visorbus:visorchipset.c: Added a blank line after function declaration
2017-08-25 17:55 UTC
[PATCH] staging:typec:tcpm.c : Fixed warning line over 80 characters Signed-off-by: harsha <harshasharmaiitr@gmail.com>
2017-08-25 17:55 UTC
[PATCH] Staging:typec:tcpm.c : Fixed error Macros with complex values should be enclosed in parentheses Added comment after spinlock_t_definition Signed-off-by: harsha <harshasharmaiitr@gmail.com>
2017-08-25 17:54 UTC
[PATCH] staging:typec:tcpm.c: Fixed check by adding comment after spinlock_t definition
2017-08-25 17:53 UTC
[PATCH] staging:typec:tcpm.c : Comparison to null changed as "!port->partner_altmode[pmdata->altmodes]"
2017-08-25 17:53 UTC
[PATCH] staging:rtl8712:xmit_linux.c: Removed unnecessary blank line
2017-08-25 17:52 UTC
[PATCH V5 0/4] Add Broadcom STB USB phy driver
2017-08-25 17:51 UTC (5+ messages)
` [PATCH V5 1/4] soc: brcmstb: Add Product ID and Family ID helper functions
` [PATCH V5 2/4] dt-bindings: Add Broadcom STB USB PHY binding document
` [PATCH V5 3/4] phy: usb: phy-brcm-usb: Add Broadcom STB USB phy driver
` [PATCH V5 4/4] phy: usb: phy-brcm-usb: Add ability to force DRD mode to host or device
[PATCH] staging:rtl8712:usb_ops_linux.c: Removed unnecessary parentheses around pio_q->intf
2017-08-25 17:50 UTC
[PATCH] staging:rtl8712:usb_ops_linux.c: Removed paragraoh about writing to Free Software Foundation's mailing address
2017-08-25 17:48 UTC
[PATCH] staging:rtl8712:usb_ops_linux.c: Avoid CamelCase
2017-08-25 17:47 UTC
[PATCH] console: don't select first registered console if stdout-path used
2017-08-25 17:44 UTC (2+ messages)
[PATCH] staging:rtl8712:usb_ops.c: Removed paragraph about writing to Free Software Foundation's mailing address
2017-08-25 17:46 UTC
[PATCH v2] arm64: allwinner: h5: add support for NanoPi NEO Plus 2
2017-08-25 17:47 UTC (5+ messages)
[PATCH] staging:rtl8712:rtl871x_xmit.c: Removed unnecessary spaces after cast
2017-08-25 17:44 UTC
[PATCH] staging:rtl8712:rtl871x_xmit.c: break line over 80 characters
2017-08-25 17:42 UTC
[PATCH] staging:rtl8712:rt871x_xmit.c: Removed the paragraph about writing to the Free Software Foundation's mailing address
2017-08-25 17:41 UTC
[PATCH v8 00/28] x86: Enable User-Mode Instruction Prevention
2017-08-25 17:41 UTC (3+ messages)
` [PATCH v8 02/28] x86/boot: Relocate definition of the initial state of CR0
[PATCH] staging:rt8712:xmit_linux.c: removed paragraph about writing to the Free software Foundation's mailing list
2017-08-25 17:38 UTC
[PATCH] of: do not leak console options
2017-08-25 17:36 UTC
[PATCH] staging:rt8712:xmit_linux.c: Avoid multiple assignments in a single line
2017-08-25 17:37 UTC
[PATCH] Staging:android:ion:ion_system_heap.c : Using WARN_ON() rather than BUG_ON() Signed-off-by: harsha <harshasharmaiitr@gmail.com>
2017-08-25 17:36 UTC
[PATCH] Staging:android:ion:ion_heap.c : Using WARN_ON() rather than BUG_ON()
2017-08-25 17:35 UTC
[PATCH] tpm/tpm_crb: Access locality for non-ACPI and non-SMC start method
2017-08-25 17:35 UTC (9+ messages)
[PATCH 1/1] mm: only dispaly online cpus of the numa node
2017-08-25 17:34 UTC (3+ messages)
[PATCH] tpm_tis: make array cmd_getticks static const to shink object code size
2017-08-25 17:31 UTC (3+ messages)
[PATCH RESEND] tpm: migrate pubek_show to struct tpm_buf
2017-08-25 17:29 UTC
[PATCH 00/17] DRBD updates
2017-08-25 17:26 UTC (3+ messages)
` [PATCH 01/17] drbd: introduce drbd_recv_header_maybe_unplug
[GIT PULL] second set of 4.13 nfsd bugfixes
2017-08-25 17:23 UTC
[PATCH] HID: hid-lg: make array cbuf static const to shink object code size
2017-08-25 17:12 UTC
[PATCH] net: stmmac: dwmac-sun8i: Use reset exclusive
2017-08-25 17:12 UTC (4+ messages)
[PATCH] drm/i915: Mark wait_for_engine() as maybe_unused
2017-08-25 17:09 UTC
[PATCH net-next v2 00/14] net: mvpp2: comphy configuration
2017-08-25 17:09 UTC (4+ messages)
` [PATCH net-next v2 08/14] net: mvpp2: check the netif is running in the link_event function
[PATCH] cpufreq: speedstep-lib: make several arrays static, makes code smaller
2017-08-25 17:00 UTC
[patch v6 0/3] JTAG driver introduction
2017-08-25 16:53 UTC (7+ messages)
Possible race in nsc-ircc.ko
2017-08-25 16:48 UTC (2+ messages)
[PATCH net-next v2] e1000e: Be drop monitor friendly
2017-08-25 16:47 UTC (2+ messages)
[PATCH] net: stmmac: Handle possible fixed-link with need_mdio_ids
2017-08-25 16:45 UTC (3+ messages)
[PATCH 1/2] sched/wait: Break up long wake list walk
2017-08-25 16:44 UTC (12+ messages)
[PATCH net-next v2] net: mv643xx_eth: Be drop monitor friendly
2017-08-25 16:44 UTC (3+ messages)
WARNING: possible circular locking dependency detected
2017-08-25 16:42 UTC (2+ messages)
[PATCH 1/2][RFC] ACPI / PM: Reuse the acpi_sleep_syscore_ops for future requirement
2017-08-25 16:43 UTC (2+ messages)
` [PATCH 2/2][RFC] ACPI / PM: Disable the MSR T-state during CPU online
[GIT PULL 00/15] stm class/intel_th: Updates for 4.14
2017-08-25 16:16 UTC (7+ messages)
` [GIT PULL 06/15] intel_th: Make SOURCE devices children of the root device
` [GIT PULL 10/15] intel_th: pti: Support Low Power Path output port type
` [GIT PULL 12/15] intel_th: pci: Add Cannon Lake PCH-LP support
` [GIT PULL 13/15] intel_th: pci: Use drvdata for quirks
` [GIT PULL 14/15] intel_th: Add global activate/deactivate callbacks for the glue layers
` [GIT PULL 15/15] intel_th: Perform time resync on capture start
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox