linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-17 14:56:45 to 2016-09-18 09:03:37 UTC [more...]

[PATCH] perf, tools: Handle events including .c and .o
 2016-09-18  9:03 UTC  (2+ messages)

[PATCH] igb: mark igb_rxnfc_write_vlan_prio_filter() static
 2016-09-18  8:50 UTC 

[RFC PATCH 00/10] ARM: dts: exynos: Fix invalid GIC interrupt flags
 2016-09-18  8:49 UTC  (6+ messages)
` [PATCH 06/10] ARM: dts: exynos: Fix invalid GIC interrupt flags in exynos5

[PATCH] ixgbe: mark symbols static where possible
 2016-09-18  8:47 UTC 

[PATCH] net/mlx5: clean function declarations in eswitch.c up
 2016-09-18  8:44 UTC 

[PATCH] mlxsw: spectrum: mark symbols static where possible
 2016-09-18  8:39 UTC 

[PATCH] be2net: mark symbols static where possible
 2016-09-18  8:35 UTC 

[PATCH] x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt
 2016-09-18  8:32 UTC  (3+ messages)

[PATCH 2/2 v2] x86/e820: Use much less memory for e820/e820_saved, save up to 120k
 2016-09-18  8:31 UTC  (4+ messages)

[PATCH] phy: mark lan88xx_suspend() static
 2016-09-18  8:26 UTC 

[GIT pull] perf fixes for 4.8
 2016-09-18  8:11 UTC 

[GIT pull] smp fix for 4.8
 2016-09-18  8:06 UTC 

[GIT pull] irq fixes for 4.8
 2016-09-18  8:05 UTC 

[PATCH 1/4] debugfs: introduce a public file_operations accessor
 2016-09-18  7:54 UTC  (6+ messages)
` [PATCH 2/4] carl9170: fix debugfs crashes
  ` [PATCH 3/4] b43: fix debugfs crash
    ` [PATCH 4/4] b43legacy: "

[PATCH v2] clk: hisilicon: add CRG driver for Hi3798CV200 SoC
 2016-09-18  7:30 UTC 

[PATCH 00/14] blk-mq: Minor fixes and cleanups
 2016-09-18  7:37 UTC  (15+ messages)
` [PATCH 01/14] blk-mq: Fix memory leaks on queue cleanup
` [PATCH 02/14] blk-mq: Fix a potential NULL pointer assignment to hctx tags
` [PATCH 03/14] block: Get rid of unused request_queue::nr_queues member
` [PATCH 04/14] blk-mq: Do not limit number of queues to 'nr_cpu_ids' in allocations
` [PATCH 05/14] blk-mq: Remove a redundant assignment
` [PATCH 06/14] blk-mq: Fix hardware context data node selection
` [PATCH 07/14] blk-mq: Cleanup a loop exit condition
` [PATCH 08/14] blk-mq: Get rid of unnecessary blk_mq_free_hw_queues()
` [PATCH 09/14] blk-mq: Move duplicating code to blk_mq_exit_hctx()
` [PATCH 10/14] blk-mq: Uninit hardware context in order reverse to init
` [PATCH 11/14] blk-mq: Move hardware context init code into single location
` [PATCH 12/14] blk-mq: Rework blk_mq_init_hctx() function
` [PATCH 13/14] blk-mq: Pair blk_mq_hctx_kobj_init() with blk_mq_hctx_kobj_put()
` [PATCH 14/14] blk-mq: Set flush_start_tag to BLK_MQ_MAX_DEPTH

[PATCH] sysfs print name of undiscoverable attribute group as well
 2016-09-18  7:36 UTC  (2+ messages)

[PATCH v2] clocksource/fsl: Fix errata A-007728 for flextimer
 2016-09-18  6:46 UTC 

[PATCH] KVM: VMX: Enable MSR-BASED TPR shadow even if w/o APICv
 2016-09-18  6:55 UTC  (7+ messages)

[PATCH linux-firmware 00/12] Fix metadata for linux-firmware
 2016-09-18  6:31 UTC  (15+ messages)
` [PATCH linux-firmware 01/12] Add a metadata consistency check script
` [PATCH linux-firmware 02/12] WHENCE: Correct filename of LICENCE.moxa
` [PATCH linux-firmware 03/12] Add copy of GPL v2 and references to the GPL-2 and GPL-3 files
` [PATCH linux-firmware 04/12] WHENCE: Specify source directories for cis, isci, and usbdux firmware
` [PATCH linux-firmware 05/12] WHENCE: Remove references to source for emi62 firmware
` [PATCH linux-firmware 06/12] WHENCE: Remove references to two nvidia firmware files that were never added
` [PATCH linux-firmware 07/12] Remove unused 'LICENCE.mwl8335'
` [PATCH linux-firmware 08/12] WHENCE: Adjust some licence file references to satisfy check_whence.py
` [PATCH linux-firmware 09/12] WHENCE: Fix metadata for snd-soc-skl firmware
` [PATCH linux-firmware 10/12] WHENCE: List new radeon CI and SI smc firmware
` [PATCH linux-firmware 11/12] WHENCE: Add reference to 'qca/NOTICE.txt'
` [PATCH linux-firmware 12/12] README: Say that files must be listed in WHENCE, and how to check it

Source code review around jump label usage
 2016-09-18  6:22 UTC  (37+ messages)
` [PATCH 00/24] ste_dma40: Fine-tuning for several function implementations
  ` [PATCH 01/24] ste_dma40: Use kmalloc_array() in d40_lcla_allocate()
  ` [PATCH 02/24] ste_dma40: Return directly after a failed kmalloc_array()
  ` [PATCH 03/24] ste_dma40: Rename a jump label in d40_lcla_allocate()
  ` [PATCH 04/24] ste_dma40: Move an assignment "
  ` [PATCH 05/24] ste_dma40: Improve a size determination in d40_of_probe()
  ` [PATCH 06/24] ste_dma40: Replace four kzalloc() calls by kcalloc() in d40_hw_detect_init()
  ` [PATCH 07/24] ste_dma40: Use kmalloc_array() "
  ` [PATCH 08/24] ste_dma40: Less checks in d40_hw_detect_init() after error detection
  ` [PATCH 09/24] ste_dma40: Delete unnecessary variable initialisations in d40_hw_detect_init()
  ` [PATCH 10/24] ste_dma40: Adjust the position of a jump label in d40_probe()
  ` [PATCH 11/24] ste_dma40: Rename "
  ` [PATCH 12/24] ste_dma40: Rename jump labels in d40_dmaengine_init()
  ` [PATCH 13/24] ste_dma40: Rename a jump label in d40_alloc_chan_resources()
  ` [PATCH 14/24] ste_dma40: One check less in d40_prep_sg() after error detection
  ` [PATCH 15/24] ste_dma40: Move two assignments in d40_prep_sg()
  ` [PATCH 16/24] ste_dma40: Rename a jump label in d40_prep_desc()
  ` [PATCH 17/24] ste_dma40: Move an assignment "
  ` [PATCH 18/24] ste_dma40: Rename a jump label in d40_is_paused()
  ` [PATCH 19/24] ste_dma40: Rename a jump label in d40_free_dma()
  ` [PATCH 20/24] ste_dma40: Rename a jump label in d40_alloc_mask_free()
  ` [PATCH 21/24] ste_dma40: Rename jump labels in d40_alloc_mask_set()
  ` [PATCH 22/24] ste_dma40: Rename a jump label in dma_tasklet()
  ` [PATCH 23/24] ste_dma40: Rename a jump label in __d40_execute_command_phy()
  ` [PATCH 24/24] ste_dma40: Rename a jump label in d40_log_lli_to_lcxa()
` [PATCH 00/10] firewire-net: Fine-tuning for several function implementations
  ` [PATCH 01/] firewire-net: Use kmalloc_array() in fwnet_broadcast_start()
  ` [PATCH 02/10] firewire-net: Rename a jump label "
  ` [PATCH 03/10] firewire-net: Rename jump labels in fwnet_init()
  ` [PATCH 04/10] firewire-net: Rename jump labels in fwnet_probe()
  ` [PATCH 05/10] firewire-net: Rename a jump label in fwnet_tx()
  ` [PATCH 06/10] firewire-net: Rename a jump label in fwnet_send_packet()
  ` [PATCH 07/10] firewire-net: Rename a jump label in fwnet_incoming_packet()
  ` [PATCH 08/10] firewire-net: Rename a jump label in fwnet_finish_incoming_packet()
  ` [PATCH 09/10] firewire-net: Rename jump labels in fwnet_pd_new()
  ` [PATCH 10/10] firewire-net: Adjust checks for null pointers in five functions

[tip regression] efi: Allow drivers to reserve boot services forever == toxic
 2016-09-18  6:09 UTC  (7+ messages)

[PATCH 1/2] rtc: Add some dummy static inline functions
 2016-09-18  6:03 UTC  (2+ messages)
` [PATCH 2/2] time: alarmtimer: Add the trcepoints for alarmtimer

drivers/gpio/gpiolib.c:3215: undefined reference to `of_get_named_gpiod_flags'
 2016-09-18  5:22 UTC 

[PATCH 4/5] ipc/msg: Lockless security checks for msgsnd
 2016-09-18  5:10 UTC 

Possible code defects: macros and precedence
 2016-09-18  5:09 UTC  (7+ messages)

[PATCH v2 1/2] usb: dwc3: gadget: Add disconnect checking when changing function dynamically
 2016-09-18  4:58 UTC  (6+ messages)
` [PATCH v2 2/2] usb: dwc3: Wait for control tranfer completed when stopping gadget

Runtime failure running sh:qemu in -next due to 'sh: fix copy_from_user()'
 2016-09-18  4:40 UTC  (9+ messages)

[PATCH 0/8] drm/rockchip: Flip wait clean-up
 2016-09-18  4:01 UTC  (4+ messages)
` [PATCH 2/8] drm/rockchip: Get rid of some unnecessary code

[PATCH V3 0/4] ARM64 LPC: legacy ISA I/O support
 2016-09-18  3:38 UTC  (5+ messages)
` [PATCH V3 1/4] ARM64 LPC: Indirect ISA port IO introduced

[PATCH v4 2/2] pci:aer: add support aer interrupt with none MSI/MSI-X/INTx mode
 2016-09-18  3:37 UTC  (5+ messages)
` [PATCH v5 1/3] arm/dts: add pcie aer interrupt-name property in the dts
  ` [PATCH v5 3/3] pci:aer: add support aer interrupt with none MSI/MSI-X/INTx mode

[PATCH] Re: [PATCH] jbd2: add jbd2_journal_init() helper
 2016-09-18  2:39 UTC  (6+ messages)
` [PATCH] jbd2: move more common code into journal_init_common()

Your payment Released
 2016-09-13 20:10 UTC 

[PATCH v3] stop_machine: Make migration_cpu_stop() does useful works for CONFIG_PREEMPT_NONE
 2016-09-18  2:07 UTC  (3+ messages)
` [PATCH v4] stop_machine: Avoid a sleep and wakeup in the stop_one_cpu()

[PATCH] sched/core: emove unnecessary initialization in sched_init()
 2016-09-18  1:59 UTC  (3+ messages)
` [PATCH v2] sched/core: remove "

[PATCH -v3 00/10] THP swap: Delay splitting THP during swapping out
 2016-09-18  1:53 UTC  (9+ messages)

[PATCH] clk: hisilicon: add CRG driver for Hi3798CV200 SoC
 2016-09-18  1:49 UTC  (3+ messages)

Cannot load linux after recent efi-related changes
 2016-09-18  1:14 UTC  (2+ messages)

Crashing 'kzm' target in next-20160913 due to 'gpio: mxc: shift gpio_mxc_init() to subsys_initcall level'
 2016-09-18  0:59 UTC  (4+ messages)

arch/mips/vdso/gettimeofday.c:1:0: error: '-march=r3000' requires '-mfp32'
 2016-09-18  0:24 UTC 

[PATCH 1/1] ARM: imx5: Add clocks configuration
 2016-09-18  0:24 UTC  (4+ messages)

arch/mips/vdso/elf.S:1:0: error: '-march=r3000' requires '-mfp32'
 2016-09-18  0:08 UTC 

[PATCH] sched: Fix SCHED_HRTICK bug leading to late preemption of tasks
 2016-09-17 23:28 UTC  (2+ messages)

[PATCH net-next 00/11] rxrpc: Tracepoint addition and improvement
 2016-09-17 23:22 UTC  (12+ messages)
` [PATCH net-next 01/11] rxrpc: Print the packet type name in the Rx packet trace
` [PATCH net-next 02/11] rxrpc: Add some additional call tracing
` [PATCH net-next 03/11] rxrpc: Add connection tracepoint and client conn state tracepoint
` [PATCH net-next 04/11] rxrpc: Add a tracepoint to follow the life of a packet in the Tx buffer
` [PATCH net-next 05/11] rxrpc: Add a tracepoint to log received ACK packets
` [PATCH net-next 06/11] rxrpc: Add a tracepoint to log ACK transmission
` [PATCH net-next 07/11] rxrpc: Add a tracepoint to follow packets in the Rx buffer
` [PATCH net-next 08/11] rxrpc: Add a tracepoint to follow what recvmsg does
` [PATCH net-next 09/11] rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit var
` [PATCH net-next 10/11] rxrpc: Improve skb tracing
` [PATCH net-next 11/11] rxrpc: Add config to inject packet loss

[PATCH net-next 00/14] rxrpc: Fixes & miscellany
 2016-09-17 23:19 UTC  (15+ messages)
` [PATCH net-next 01/14] rxrpc: Remove some whitespace
` [PATCH net-next 02/14] rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to caller
` [PATCH net-next 03/14] rxrpc: Check the return value of rxrpc_locate_data()
` [PATCH net-next 04/14] rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()
` [PATCH net-next 05/14] rxrpc: Record calls that need to be accepted
` [PATCH net-next 06/14] rxrpc: Purge the to_be_accepted queue on socket release
` [PATCH net-next 07/14] rxrpc: Fix the putting of client connections
` [PATCH net-next 08/14] rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()
` [PATCH net-next 09/14] rxrpc: Fix unexposed client conn release
` [PATCH net-next 10/14] rxrpc: Fix the parsing of soft-ACKs
` [PATCH net-next 11/14] rxrpc: Fix retransmission algorithm
` [PATCH net-next 12/14] rxrpc: Don't transmit an ACK if there's no reason set
` [PATCH net-next 13/14] rxrpc: Be consistent about switch value in rxrpc_send_call_packet()
` [PATCH net-next 14/14] rxrpc: Fix the basic transmit DATA packet content size at 1412 bytes

[PATCH] Staging: octeon: ethernet-rx: fixed three redundant blank line style issues
 2016-09-17 23:04 UTC 

[PATCH 1/3] x86/e820: Mark some static functions __init
 2016-09-17 22:57 UTC  (4+ messages)
` [PATCH 2/3] x86/e820: Prepare e280 code for switch to dynamic storage
` [PATCH 3/3] x86/e820: Use much less memory for e820/e820_saved, save up to 120k

[PATCH 1/2] net: ethernet: broadcom: b44: use phydev from struct net_device
 2016-09-17 22:11 UTC  (2+ messages)
` [PATCH 2/2] net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettings

[REGRESSION] RLIMIT_DATA crashes named
 2016-09-17 21:52 UTC  (13+ messages)

[ANNOUNCE] 4.8-rc5-rt1 beta
 2016-09-17 20:45 UTC  (3+ messages)

[PATCHSET wq/for-4.9] workqueue: make workqueue available very early during boot
 2016-09-17 20:26 UTC  (7+ messages)
` [PATCH 1/7] workqueue: make workqueue available "
  ` [PATCH v2 "
` [PATCH 2/7] mce, workqueue: remove keventd_up() usage

[PATCH devicetree] ARM: BCM53573: Specify PMU and its ILP clock in the DT
 2016-09-17 20:13 UTC 

[PATCH 1/4] fs - make is_local_mountpoint() usable by others
 2016-09-17 20:10 UTC  (3+ messages)
` [PATCH 3/4] autofs - make mountpoint checks namespace aware

[PATCH] avr32: fix 'undefined reference to `___copy_from_user'
 2016-09-17 20:09 UTC  (4+ messages)

[PATCH] openrisc: fix the fix of copy_from_user()
 2016-09-17 20:01 UTC 

[PATCH v4 0/6] blk-mq: generalization and bug fixes for tag allocation
 2016-09-17 19:49 UTC  (4+ messages)
` [PATCH] sbitmap: don't update the allocation hint on clear after resize

[PATCH v7 0/3] IPUv3 prep for i.MX5/6 v4l2 staging drivers, v7
 2016-09-17 19:33 UTC  (4+ messages)
` [PATCH v7 1/3] gpu: ipu-v3: Add FSU channel linking support
` [PATCH v7 2/3] gpu: ipu-v3: Add ipu_rot_mode_is_irt()
` [PATCH v7 3/3] gpu: ipu-v3: Add queued image conversion support

[PATCH V7] clk: bcm: Add driver for BCM53573 ILP clock
 2016-09-17 19:20 UTC  (4+ messages)
` [PATCH V8] "

[PATCH v2 0/4] gpio: fix an incorrect lockdep warning
 2016-09-17 18:59 UTC  (4+ messages)

perf: perf_fuzzer lockup in perf_cgroup_attach
 2016-09-17 18:54 UTC  (17+ messages)
      ` [PATCH] scripts: add script for translating stack dump function offsets
              ` [PATCH v2] "

[PATCH v4 0/4] IPUv3 prep for i.MX5/6 v4l2 staging drivers, v4
 2016-09-17 18:46 UTC  (6+ messages)
` [PATCH v4 3/4] gpu: ipu-ic: Add complete image conversion support with tiling

[PATCH 1/2] mtd: nand: mxc: Test CONFIG_OF instead of CONFIG_OF_MTD
 2016-09-17 17:57 UTC  (2+ messages)
` [PATCH 2/2] mtd: Kill the OF_MTD Kconfig option

[PATCH] mtd: s3c2410: add device tree support
 2016-09-17 17:31 UTC  (2+ messages)

[PATCH v3 0/9] net-next: ethernet: add sun8i-emac driver
 2016-09-17 16:50 UTC  (5+ messages)
` [RFC PATCH 9/9] ethernet: sun8i-emac: add pm_runtime support

[RFT] arm64 dts: exynos: Fix invalid GIC interrupt flags in exynos7
 2016-09-17 16:30 UTC  (3+ messages)

net/ipv4/fib_semantics.c:1219:1: internal compiler error: output_operand: unrecognized address
 2016-09-17 16:24 UTC 

arch/cris/arch-v32/mm/intmem.c:148:17: error: initialization from incompatible pointer type
 2016-09-17 16:04 UTC 

[PATCH] drm/omap: fix return value check in dsi_bind()
 2016-09-17 15:53 UTC 

[PATCH] mm: migrate: Return false instead of -EAGAIN for dummy functions
 2016-09-17 15:46 UTC  (2+ messages)

Your (Email Address) Outlook exceeded
 2016-09-17 15:37 UTC 

[PATCH][linux-next][trivial] treewide: Fix typo in printk
 2016-09-17 14:44 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).